16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "知识库搜索助手",
|
|
"version": "1.0",
|
|
"description": "通过关键词从企业知识库中搜索内容。",
|
|
"permissions": [],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icon.png",
|
|
"48": "icon.png",
|
|
"128": "icon.png"
|
|
}
|
|
}
|
|
}
|