From 4760ba1cf88d6752dd61f6d1b64d46ff3ae6780d Mon Sep 17 00:00:00 2001 From: cilame Date: Sat, 30 Jul 2022 19:45:25 +0800 Subject: [PATCH] add --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3ee18fc..6eef585 100644 --- a/manifest.json +++ b/manifest.json @@ -35,7 +35,7 @@ "name": "v_jstools", "version": "0.0.0", "description": "v_jstools js hook工具", - "permissions": ["storage", "unlimitedStorage", "activeTab", "tabs", "debugger", "storage", "contextMenus", "http://*/*", "https://*/*", "chrome://*", "cookies", "proxy"], + "permissions": ["storage", "unlimitedStorage", "activeTab", "tabs", "debugger", "storage", "contextMenus", "http://*/*", "https://*/*", "cookies", "proxy"], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html"