Firefox OS: Error submitting app

Asked

Viewed 49 times

1

I am trying to validate my app in firefox Marketplace. However, I am getting the following news: Error while extracting the manifest from zip file. But manifest.webapp complies with the firefox standard

  {
  "name": "Primeiro APP Firefox OS",
  "description": "meu primeiro app",
  "launch_path": "/run.html",
  "icons": {
    "60": "/img/icon-60-2.png",
    "128": "/img/icon-128.png"
  },
  "developer": {
    "name": "alex jose silva",
    "url": "http://www.alexjosesilva.com"
  },
  "default_locale": "Pt-br"
}

Any suggestions on how I can fix this ? inserir a descrição da imagem aqui

  • What appears in the full validation report?

  • In general tests: Error while extracting manifest from.zip archive

  • @alexjosesilva Marcelo asked what appears when clicking on See the full validation report

  • Only this report appears in the complete report: Error while extracting manifest from zip archive.

  • The other tests without error! Although in firefox Simulator the app runs and passes the validation test!

  • I am using firefox 35 and running windows 8! Have any plugin ? the previous procedure ???

  • Here is a link to test https://github.com/willemallan/tableless-firefox-os-example

  • I have to make some additional configuration in firefox ???

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.