{ "manifest_version": 3, "name": "渠道应用开发部知识库", "version": "1.1", "description": "通过关键词快速搜索内部文档", "permissions": ["storage"], "host_permissions": [ "http://app.wisdompulse.cn/*", "http://share.wisdompulse.cn/*" ], "background": { "service_worker": "background.js" }, "commands": { "open_plugin": { "suggested_key": { "default": "Alt+K" }, "description": "打开渠道应用开发部知识库插件" } }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } }