Sketchy/Mobile/manifest.webapp

46 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-02-02 20:16:28 +00:00
{
"name": "Sketchy",
2014-04-27 17:01:16 +00:00
"description": "Free full-featured Sketch app",
2014-11-06 09:58:24 +00:00
"version": "1.2.2",
2014-02-06 21:07:33 +00:00
"fullscreen": "true",
2014-02-06 21:10:42 +00:00
"type": "privileged",
2014-02-02 20:16:28 +00:00
"launch_path": "/index.html",
2014-02-06 21:07:33 +00:00
"default_locale": "en",
2014-02-02 20:16:28 +00:00
"icons": {
2014-02-04 15:02:41 +00:00
"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 20:16:28 +00:00
},
"developer": {
"name": "Mahdi Dibaiee",
2014-04-27 17:01:16 +00:00
"url": "http://dibaiee.ir/"
2014-02-02 20:16:28 +00:00
},
"locales": {
2014-02-06 21:07:33 +00:00
"en": {
"name": "Sketchy",
"description": "Free Sketch/Paint app"
},
2014-02-02 20:16:28 +00:00
"fa": {
"name": "Sketchy",
"description": "برنامه‌ی رایگان طراحی/نقاشی"
}
2014-02-05 13:02:07 +00:00
},
2014-02-06 14:40:10 +00:00
"orientation": [
"portrait"
],
2014-02-05 13:02:07 +00:00
"permissions": {
"device-storage:pictures": {
"description": "Required to save sketches",
2014-02-05 13:02:07 +00:00
"access": "readwrite"
2014-11-06 09:58:24 +00:00
},
"video-capture": {
"description": "Test"
2014-02-05 13:02:07 +00:00
}
2014-02-02 20:16:28 +00:00
}
}