zhangwei 3 năm trước cách đây
mục cha
commit
3be720e9c1
1 tập tin đã thay đổi với 16 bổ sung4 xóa
  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>"
+          ]
+        }
+
+    ]
 }