Note that there are some explanatory texts on larger screens.

plurals
  1. POError :Submitting the app to Firefox Market Place
    text
    copied!<p>I am trying to submit a new app into the firefox marketplace but I don`t know why it is showing the below error.. </p> <p><strong>Your app failed validation with 1 error. Error extracting manifest from zip file.</strong></p> <p>I cannot install it through server to b2g mobile too as mentioned <a href="https://developer.mozilla.org/en-US/docs/Web/Apps/Packaged_apps" rel="nofollow">here</a>.. as it is saying "Download Failed in the mobile.</p> <p>Here`s my manifest file</p> <pre><code>{ "name": "Check Location", "description": "This app allows you to check your Location!", "launch_path": "/app.html", "developer": { "name": "RB", "url": "http://nothing.me" }, "icons": { "16": "/img/icon16.png", "32": "/img/icon32.png", "48": "/img/icon48.png", "64": "/img/icon64.png", "128": "/img/icon128.png" }, "default_locale": "en", "permissions": { "geolocation": { "description" : "Marking out user location" } } } </code></pre> <p>Here`s package.manifest</p> <pre><code>{ "name": "Check Location", "description": "This app allows you to check your Location!", "launch_path": "/app.html", "developer": { "name": "RB", "url": "http://nothing.me" }, "icons": { "16": "/img/icon16.png", "32": "/img/icon32.png", "48": "/img/icon48.png", "64": "/img/icon64.png", "128": "/img/icon128.png" }, "default_locale": "en", "permissions": { "geolocation": { "description" : "Marking out user location" } } } </code></pre> <p>I have done pasting Index.html, css and js folder into the package folder and zipped it as they have mentioned. But when I upload the zip file into the market place it is showing the error.. Please help me with this.. Check out the complete code <a href="https://github.com/ashwinyuvi12/SampleFOSApp" rel="nofollow">Here</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload