diff options
-rw-r--r-- | ext/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 1de5a5c1..aac27a82 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -26,8 +26,7 @@ "page": "bg/options.html" }, "permissions": [ - "file://*/*", - "http://127.0.0.1/*", + "<all_urls>", "storage" ], "web_accessible_resources": [ |