Ver Fonte

added permissions needed for firefox

Gildas há 7 anos atrás
pai
commit
c804e10057
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      manifest.json

+ 3 - 1
manifest.json

@@ -44,7 +44,9 @@
         }
     ],
     "permissions": [
-        "tabs"
+        "tabs",
+        "http://*/*",
+        "https://*/*"
     ],
     "manifest_version": 2
 }