Sketchy/Mobile/manifest.webapp

43 lines
994 B
Plaintext
Raw Normal View History

2014-02-02 23:46:28 +03:30
{
"name": "Sketchy",
2014-04-27 21:31:16 +04:30
"description": "Free full-featured Sketch app",
"version": "1.2.1",
2014-02-07 00:37:33 +03:30
"fullscreen": "true",
2014-02-07 00:40:42 +03:30
"type": "privileged",
2014-02-02 23:46:28 +03:30
"launch_path": "/index.html",
2014-02-07 00:37:33 +03:30
"default_locale": "en",
2014-02-02 23:46:28 +03:30
"icons": {
2014-02-04 18:32:41 +03:30
"16": "/img/icons/icon16.png",
"32": "/img/icons/icon32.png",
"48": "/img/icons/icon48.png",
"60": "/img/icons/icon60.png",
"64": "/img/icons/icon64.png",
"90": "/img/icons/icon90.png",
"120": "/img/icons/icon120.png",
"128": "/img/icons/icon128.png"
2014-02-02 23:46:28 +03:30
},
"developer": {
"name": "Mahdi Dibaiee",
2014-04-27 21:31:16 +04:30
"url": "http://dibaiee.ir/"
2014-02-02 23:46:28 +03:30
},
"locales": {
2014-02-07 00:37:33 +03:30
"en": {
"name": "Sketchy",
"description": "Free Sketch/Paint app"
},
2014-02-02 23:46:28 +03:30
"fa": {
"name": "Sketchy",
"description": "برنامه‌ی رایگان طراحی/نقاشی"
}
2014-02-05 16:32:07 +03:30
},
2014-02-06 18:10:10 +03:30
"orientation": [
"portrait"
],
2014-02-05 16:32:07 +03:30
"permissions": {
"device-storage:pictures": {
"description": "Required to save sketches",
2014-02-05 16:32:07 +03:30
"access": "readwrite"
}
2014-02-02 23:46:28 +03:30
}
}