Created
August 1, 2013 03:17
-
-
Save rominirani/6128150 to your computer and use it in GitHub Desktop.
Episode #6 : Firefox OS Tutorial : Storage : manifest.webapp
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
{ | |
"version":"1.0", | |
"name": "Notes", | |
"description": "This app uses the HTML5 Storage API to demonstrate how to save data in your Firefox OS Apps.", | |
"launch_path": "/index.html", | |
"icons": { | |
"16": "/images/icon_016.png", | |
"32": "/images/icon_032.png", | |
"48": "/images/icon_048.png", | |
"128": "/images/icon_128.png" | |
}, | |
"developer": { | |
"name": "Romin Irani", | |
"url": "http://www.rominirani.com" | |
}, | |
"default_locale": "en" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment