From 20edac9833ea72ffdf17375636e8a05050591e81 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Tue, 10 Jul 2012 16:30:48 -0700 Subject: final updates for Chrome App store release --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index c2dc6a3d..331fd1f8 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,7 @@ } }, "icons": { + "16": "ninja_icon_16.png", "128": "ninja_icon_128.png" }, "permissions": [ @@ -15,7 +16,7 @@ "notifications", "webRequest", "webRequestBlocking", - "http://ninja/*", + "http://tetsubo.org/*", "clipboardRead", "clipboardWrite" ], @@ -25,6 +26,5 @@ } }, "minimum_chrome_version": "20.0.1132.47", - "offline_enabled": true, - "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml" + "offline_enabled": true } \ No newline at end of file -- cgit v1.2.3