Skip to content

Instantly share code, notes, and snippets.

@marti1125
Last active December 26, 2015 07:09
Show Gist options
  • Save marti1125/7112800 to your computer and use it in GitHub Desktop.
Save marti1125/7112800 to your computer and use it in GitHub Desktop.
manifest.webapp
{
"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