Sfoglia il codice sorgente

added permissions needed for firefox

Gildas 7 anni fa
parent
commit
c804e10057
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      manifest.json

+ 3 - 1
manifest.json

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