web manifest
This commit is contained in:
parent
5c59e4e154
commit
9aa0f2a260
31
manifest-web .json
Normal file
31
manifest-web .json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"name": "Sketchy Web",
|
||||||
|
"description": "Free Sketch/Paint app",
|
||||||
|
"version": "1",
|
||||||
|
"default_locale": "en",
|
||||||
|
"launch_path": "/Sketchy/index.html",
|
||||||
|
"icons": {
|
||||||
|
"16": "/Sketchy/img/icons/icon16.png",
|
||||||
|
"32": "/Sketchy/img/icons/icon32.png",
|
||||||
|
"48": "/Sketchy/img/icons/icon48.png",
|
||||||
|
"60": "/Sketchy/img/icons/icon60.png",
|
||||||
|
"64": "/Sketchy/img/icons/icon64.png",
|
||||||
|
"90": "/Sketchy/img/icons/icon90.png",
|
||||||
|
"120": "/Sketchy/img/icons/icon120.png",
|
||||||
|
"128": "/Sketchy/img/icons/icon128.png"
|
||||||
|
},
|
||||||
|
"developer": {
|
||||||
|
"name": "Mahdi Dibaiee",
|
||||||
|
"url": "https://twitter.com/mdibaiee"
|
||||||
|
},
|
||||||
|
"locales": {
|
||||||
|
"en": {
|
||||||
|
"name": "Sketchy Web",
|
||||||
|
"description": "Free Sketch/Paint app"
|
||||||
|
},
|
||||||
|
"fa": {
|
||||||
|
"name": "Sketchy Web",
|
||||||
|
"description": "برنامهی رایگان طراحی/نقاشی"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Sketchy Web",
|
"name": "Sketchy Web",
|
||||||
"description": "Free Sketch/Paint app",
|
"description": "Free Sketch/Paint app",
|
||||||
"version": "1.1",
|
"version": "1",
|
||||||
"fullscreen": "true",
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"launch_path": "/Sketchy/index.html",
|
"launch_path": "/Sketchy/index.html",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
Loading…
Reference in New Issue
Block a user