diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-26 11:49:37 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-26 11:49:37 -0800 |
commit | 003e36ba841677b479c836f2b36284c0dc5fcc9f (patch) | |
tree | a99d1cf6bf795f1bebacbdf1192ceea9472d190a | |
parent | 934dc8c571630482ceb1e9adbec6ea4820a7e119 (diff) |
fixing permissions for firefox
-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": [ |