From d6cb39c93260abc2f4da8de4cf7b7600d7290488 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 7 Feb 2014 00:57:34 +0330 Subject: [PATCH] web manifest --- manifest-web.webapp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest-web.webapp b/manifest-web.webapp index 92473eb..bf3ca44 100644 --- a/manifest-web.webapp +++ b/manifest-web.webapp @@ -1,9 +1,10 @@ { - "name": "Sketchy", + "name": "Sketchy Web", "description": "Free Sketch/Paint app", "version": "1", "fullscreen": "true", "default_locale": "en", + "launch_path": "http://mdibaiee.github.io/Sketchy/index.html", "icons": { "16": "http://mdibaiee.github.io/Sketchy/img/icons/icon16.png", "32": "http://mdibaiee.github.io/Sketchy/img/icons/icon32.png",