20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "渠道应用开发部知识库",
|
|
"version": "0.6",
|
|
"description": "通过关键词快速搜索内部文档",
|
|
"permissions": [],
|
|
"host_permissions": [
|
|
"http://app.wisdompulse.cn/*",
|
|
"http://share.wisdompulse.cn/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icon.png",
|
|
"48": "icon.png",
|
|
"128": "icon.png"
|
|
}
|
|
}
|
|
}
|