Sketchy/Web/manifest.webapp

32 lines
886 B
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",
2014-02-10 13:28:38 +00:00
"version": "1.2",
2014-02-06 21:10:42 +00:00
"default_locale": "en",
2014-02-08 18:36:39 +00:00
"launch_path": "/Sketchy/Web/index.html",
2014-02-06 21:10:42 +00:00
"icons": {
2014-02-08 18:36:39 +00:00
"16": "/Sketchy/Web/img/icons/icon16.png",
"32": "/Sketchy/Web/img/icons/icon32.png",
"48": "/Sketchy/Web/img/icons/icon48.png",
"60": "/Sketchy/Web/img/icons/icon60.png",
"64": "/Sketchy/Web/img/icons/icon64.png",
"90": "/Sketchy/Web/img/icons/icon90.png",
"120": "/Sketchy/Web/img/icons/icon120.png",
"128": "/Sketchy/Web/img/icons/icon128.png"
2014-02-06 21:10:42 +00:00
},
"developer": {
"name": "Mahdi Dibaiee",
"url": "https://twitter.com/mdibaiee"
},
"locales": {
"en": {
2014-02-06 21:30:45 +00:00
"name": "Sketchy Web",
2014-02-06 21:10:42 +00:00
"description": "Free Sketch/Paint app"
},
"fa": {
2014-02-06 21:30:45 +00:00
"name": "Sketchy Web",
2014-02-06 21:10:42 +00:00
"description": "برنامه‌ی رایگان طراحی/نقاشی"
}
}
}