From 167c3fa8face84ef90b2dbd55e0540edd70bef69 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 7 Feb 2014 00:40:42 +0330 Subject: [PATCH] web manifest --- manifest-web.webapp | 42 ++++++++++++++++++++++++++++++++++++++++++ manifest.webapp | 1 + 2 files changed, 43 insertions(+) create mode 100644 manifest-web.webapp diff --git a/manifest-web.webapp b/manifest-web.webapp new file mode 100644 index 0000000..b25575c --- /dev/null +++ b/manifest-web.webapp @@ -0,0 +1,42 @@ +{ + "name": "Sketchy", + "description": "Free Sketch/Paint app", + "version": "1", + "fullscreen": "true", + "type": "privileged", + "launch_path": "/index.html", + "default_locale": "en", + "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" + } + } +} diff --git a/manifest.webapp b/manifest.webapp index ab8c00f..30034c0 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -3,6 +3,7 @@ "description": "Free Sketch/Paint app", "version": "1", "fullscreen": "true", + "type": "privileged", "launch_path": "/index.html", "default_locale": "en", "icons": {