23 lines
595 B
JSON
23 lines
595 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": "popup.html",
|
||
|
"default_icon": {
|
||
|
"16": "icons/icon16.png",
|
||
|
"48": "icons/icon48.png",
|
||
|
"128": "icons/icon128.png"
|
||
|
}
|
||
|
},
|
||
|
"permissions": ["activeTab", "downloads"],
|
||
|
"content_security_policy": {
|
||
|
"extension_pages": "script-src 'self'; object-src 'self'"
|
||
|
}
|
||
|
}
|