From fa6c3c39354f109082e108e0be7622f2b56b1803 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Tue, 10 Jul 2012 16:09:09 -0700 Subject: final updates for Chrome App store release --- index.html | 2 +- manifest.json | 6 +++--- ninja_icon_16.png | Bin 0 -> 506 bytes 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 ninja_icon_16.png diff --git a/index.html b/index.html index 9f577697..871e3592 100755 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. - Motorola Ninja + Ninja diff --git a/manifest.json b/manifest.json index dcccb7f8..910ccd04 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 diff --git a/ninja_icon_16.png b/ninja_icon_16.png new file mode 100644 index 00000000..236e9365 Binary files /dev/null and b/ninja_icon_16.png differ -- cgit v1.2.3