aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorJohn Mayhew2012-02-24 12:52:05 -0800
committerJohn Mayhew2012-02-24 12:52:05 -0800
commit86dc497278e0b6a3ce18666a9906ccefb359db94 (patch)
tree0f60a227c95448fab367d850348573e42b44df8a /manifest.json
parent23a22195f42f8d7025cd4c70eab9ec26a19c1dc1 (diff)
downloadninja-86dc497278e0b6a3ce18666a9906ccefb359db94.tar.gz
Removing tabs permissions until we make a final decision on whether or not we will require it.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index 3d156d2b..be054798 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 - Alpha Release",
4 "version": "0.5.0.1", 4 "version": "0.5.0.9",
5 "app": { 5 "app": {
6 "launch": { 6 "launch": {
7 "local_path": "index.html" 7 "local_path": "index.html"
@@ -11,7 +11,6 @@
11 "128": "ninja_icon_128.png" 11 "128": "ninja_icon_128.png"
12 }, 12 },
13 "permissions": [ 13 "permissions": [
14 "tabs",
15 "unlimitedStorage", 14 "unlimitedStorage",
16 "notifications", 15 "notifications",
17 "webRequest", 16 "webRequest",