zhangwei 3 年之前
父節點
當前提交
3be720e9c1
共有 1 個文件被更改,包括 16 次插入4 次删除
  1. 16 4
      src/manifest.production.json

+ 16 - 4
src/manifest.production.json

@@ -17,11 +17,23 @@
             "run_at": "document_start",
             "js": [
                 "/js/content.js"
-            ],
-            "css": [
-                "/js/content.css"
             ]
         }
     ],
-    "options_page": "options.html"
+    "permissions":[
+        "tabs",
+        "storage"
+    ],
+    "options_page": "options.html",
+    "web_accessible_resources": [
+        {
+          "resources": [
+            "/iframe/test.html"
+          ],
+          "matches": [
+            "<all_urls>"
+          ]
+        }
+
+    ]
 }