diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 12a5d8b7..3d156d2b 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -11,8 +11,11 @@ | |||
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": { |