Created
April 25, 2013 00:09
-
-
Save vivirenremoto/5456608 to your computer and use it in GitHub Desktop.
firefox os manifest.webapp example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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