Skip to content

Instantly share code, notes, and snippets.

@vivirenremoto
Created April 25, 2013 00:09
Show Gist options
  • Save vivirenremoto/5456608 to your computer and use it in GitHub Desktop.
Save vivirenremoto/5456608 to your computer and use it in GitHub Desktop.
firefox os manifest.webapp example
{
"name": "Hello world",
"description": "Hello world app",
"launch_path": "/app/index.html",
"icons": {
"128": "http://domain.com/app/app128.png"
},
"developer": {
"name": "Your name",
"url": "http://domain.com"
},
"default_locale": "es"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment