kbsearch-extension/manifest.json
2025-05-24 17:17:18 +08:00

30 lines
673 B
JSON

{
"manifest_version": 3,
"name": "渠道应用开发部知识库",
"version": "1.0.2",
"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"
}
}
}