From 003e36ba841677b479c836f2b36284c0dc5fcc9f Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 26 Feb 2017 11:49:37 -0800 Subject: fixing permissions for firefox --- ext/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 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/*", + "", "storage" ], "web_accessible_resources": [ -- cgit v1.2.3