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 ?
What appears in the full validation report?
– MarceloBoni
In general tests: Error while extracting manifest from.zip archive
– alexjosesilva
@alexjosesilva Marcelo asked what appears when clicking on See the full validation report
– André Ribeiro
Only this report appears in the complete report: Error while extracting manifest from zip archive.
– alexjosesilva
The other tests without error! Although in firefox Simulator the app runs and passes the validation test!
– alexjosesilva
I am using firefox 35 and running windows 8! Have any plugin ? the previous procedure ???
– alexjosesilva
Here is a link to test https://github.com/willemallan/tableless-firefox-os-example
– alexjosesilva
I have to make some additional configuration in firefox ???
– alexjosesilva