Skip to content

Instantly share code, notes, and snippets.

@HenriqueSilverio
Created August 8, 2013 16:59
Show Gist options
  • Save HenriqueSilverio/6186472 to your computer and use it in GitHub Desktop.
Save HenriqueSilverio/6186472 to your computer and use it in GitHub Desktop.
Firefox OS - App manifest
{
"version": "1.0.0",
"name": "My App",
"launch_path": "/index.html",
"description": "Short description for My App",
"icons": {
"16": "/assets/img/icons/16.png",
"32": "/assets/img/icons/32.png",
"48": "/assets/img/icons/48.png",
"60": "/assets/img/icons/60.png",
"64": "/assets/img/icons/64.png",
"128": "/assets/img/icons/128.png"
},
"developer": {
"name": "Your name here",
"url": "http://www.yoursite.com"
},
"default_locale": "en"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment