20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "丰链工具箱",
|
|
"version": "1.0",
|
|
"description": "二维码生成、Word转HTML等实用工具集合。made by Scout",
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"action": {
|
|
"default_popup": "src/html/popup.html"
|
|
},
|
|
"permissions": [
|
|
"activeTab"
|
|
],
|
|
"host_permissions": [
|
|
"http://localhost:5000/*"
|
|
]
|
|
} |