fonchain-tools/manifest.json

20 lines
434 B
JSON
Raw Normal View History

2024-11-12 11:31:42 +00:00
{
"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": {
2024-11-13 09:38:50 +00:00
"default_popup": "src/html/popup.html"
2024-11-12 11:31:42 +00:00
},
2024-11-13 10:40:15 +00:00
"permissions": [
"activeTab"
],
"host_permissions": [
"http://localhost:5000/*"
]
2024-11-12 11:31:42 +00:00
}