Sketchy/manifest-web.webapp

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-02-06 21:10:42 +00:00
{
2014-02-06 21:27:34 +00:00
"name": "Sketchy Web",
2014-02-06 21:10:42 +00:00
"description": "Free Sketch/Paint app",
"version": "1",
"fullscreen": "true",
"default_locale": "en",
2014-02-06 21:27:34 +00:00
"launch_path": "http://mdibaiee.github.io/Sketchy/index.html",
2014-02-06 21:10:42 +00:00
"icons": {
"16": "http://mdibaiee.github.io/Sketchy/img/icons/icon16.png",
"32": "http://mdibaiee.github.io/Sketchy/img/icons/icon32.png",
"48": "http://mdibaiee.github.io/Sketchy/img/icons/icon48.png",
"60": "http://mdibaiee.github.io/Sketchy/img/icons/icon60.png",
"64": "http://mdibaiee.github.io/Sketchy/img/icons/icon64.png",
"90": "http://mdibaiee.github.io/Sketchy/img/icons/icon90.png",
"120": "http://mdibaiee.github.io/Sketchy/img/icons/icon120.png",
"128": "http://mdibaiee.github.io/Sketchy/img/icons/icon128.png"
},
"developer": {
"name": "Mahdi Dibaiee",
"url": "https://twitter.com/mdibaiee"
},
"locales": {
"en": {
"name": "Sketchy",
"description": "Free Sketch/Paint app"
},
"fa": {
"name": "Sketchy",
"description": "برنامه‌ی رایگان طراحی/نقاشی"
}
},
"orientation": [
"portrait"
],
"permissions": {
"device-storage:pictures": {
"description": "Required to save sketched pics",
"access": "readwrite"
}
}
}