web manifest
This commit is contained in:
parent
d6cb39c932
commit
42fac4a57c
@ -4,16 +4,16 @@
|
||||
"version": "1",
|
||||
"fullscreen": "true",
|
||||
"default_locale": "en",
|
||||
"launch_path": "http://mdibaiee.github.io/Sketchy/index.html",
|
||||
"launch_path": "/Sketchy/index.html",
|
||||
"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"
|
||||
"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",
|
||||
@ -28,14 +28,5 @@
|
||||
"name": "Sketchy",
|
||||
"description": "برنامهی رایگان طراحی/نقاشی"
|
||||
}
|
||||
},
|
||||
"orientation": [
|
||||
"portrait"
|
||||
],
|
||||
"permissions": {
|
||||
"device-storage:pictures": {
|
||||
"description": "Required to save sketched pics",
|
||||
"access": "readwrite"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user