diff options
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 57d72846..a3ead1da 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -14,9 +14,10 @@ "128": "assets/images/libredirect-128.png" }, "permissions": [ - "storage", "webRequest", "webRequestBlocking", + "storage", + "cookies", "<all_urls>" ], "browser_action": { |