From a66bf533daccc3b850b7af12d7fd335fbd406beb Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 16 Feb 2012 17:21:09 -0800 Subject: Updated the update url in our manifest file to point to our internal server. --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 12047172..12a5d8b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Motorola Ninja", "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha", - "version": "0.5.0.0", + "version": "0.5.0.1", "app": { "launch": { "local_path": "index.html" @@ -19,7 +19,7 @@ "features": ["css3d", "webgl"] } }, - "minimum_chrome_version": "16.0.0.0", + "minimum_chrome_version": "17.0.0.0", "offline_enabled": true, - "update_url": "http://tetsubo.org/go/ninjaupdate" + "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml" } \ No newline at end of file -- cgit v1.2.3 From 66af1dd3e5aa80b257ba711600d112752ecaf655 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Fri, 17 Feb 2012 00:19:48 -0800 Subject: Adding Chrome webRequest intercept Need to add logic to resolve file's actual URL dynamically. --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 12a5d8b7..2754c71e 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,9 @@ }, "permissions": [ "unlimitedStorage", - "notifications" + "notifications", + "webRequestBlocking", + "webRequest" ], "requirements": { "3D": { -- cgit v1.2.3 From 6787b29cfaa723c5c181baeb05160cfd4aadfe0f Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Sun, 19 Feb 2012 17:27:09 -0800 Subject: Clean up and repairing manifest --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 2754c71e..3d156d2b 100644 --- a/manifest.json +++ b/manifest.json @@ -11,10 +11,11 @@ "128": "ninja_icon_128.png" }, "permissions": [ + "tabs", "unlimitedStorage", "notifications", - "webRequestBlocking", - "webRequest" + "webRequest", + "webRequestBlocking" ], "requirements": { "3D": { -- cgit v1.2.3