{ "name": "中联代码分析", "version": "1.0", "description": "中联Web项目代码分析插件", "manifest_version": 3, "permissions": [ "storage", "webRequest", "webRequestBlocking", "", "activeTab", "tabs" ], "icons":{ "16": "zlsoft.png", "48": "zlsoft.png", "128": "zlsoft.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [""], "js": ["content.js"] } ] }