aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index 12047172..3d156d2b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "Motorola Ninja", 2 "name": "Motorola Ninja",
3 "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha", 3 "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha",
4 "version": "0.5.0.0", 4 "version": "0.5.0.1",
5 "app": { 5 "app": {
6 "launch": { 6 "launch": {
7 "local_path": "index.html" 7 "local_path": "index.html"
@@ -11,15 +11,18 @@
11 "128": "ninja_icon_128.png" 11 "128": "ninja_icon_128.png"
12 }, 12 },
13 "permissions": [ 13 "permissions": [
14 "tabs",
14 "unlimitedStorage", 15 "unlimitedStorage",
15 "notifications" 16 "notifications",
17 "webRequest",
18 "webRequestBlocking"
16 ], 19 ],
17 "requirements": { 20 "requirements": {
18 "3D": { 21 "3D": {
19 "features": ["css3d", "webgl"] 22 "features": ["css3d", "webgl"]
20 } 23 }
21 }, 24 },
22 "minimum_chrome_version": "16.0.0.0", 25 "minimum_chrome_version": "17.0.0.0",
23 "offline_enabled": true, 26 "offline_enabled": true,
24 "update_url": "http://tetsubo.org/go/ninjaupdate" 27 "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml"
25} \ No newline at end of file 28} \ No newline at end of file