Last active
December 26, 2015 07:09
-
-
Save marti1125/7112800 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "Paint", | |
"description": "Paint", | |
"launch_path": "/index.html", | |
"version": "2.0", | |
"icons": { | |
"60": "/img/60.png", | |
"120": "/img/120.png", | |
"128": "/img/128.png" | |
}, | |
"orientation": ["portrait"], | |
"developer": { | |
"name": "Willy Aguirre", | |
"url": "http://willyaguirre.me/" | |
}, | |
"locales": { | |
"en": { | |
"name": "Paint", | |
"description": "Paint" | |
}, | |
"es": { | |
"name": "Paint", | |
"description": "Paint" | |
} | |
}, | |
"default_locale": "en", | |
"permissions": { | |
"device-storage:pictures":{ | |
"access": "readwrite", | |
"description": "save image in gallery" | |
}, | |
"desktop-notification": { | |
"description" : "Show notifications" | |
} | |
}, | |
"type": "privileged" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment