From 8af0ac91b3a475921fd351c5af57ea01f752c302 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 7 Feb 2014 01:49:11 +0330 Subject: [PATCH] web manifest --- manifest-web.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 manifest-web.json diff --git a/manifest-web.json b/manifest-web.json deleted file mode 100644 index 7ea39fa..0000000 --- a/manifest-web.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "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": "برنامه‌ی رایگان طراحی/نقاشی" - } - } -}