mirror of
https://gitee.com/veigarchen/iconfont-download.git
synced 2025-10-13 21:30:31 +00:00
32 lines
759 B
JSON
32 lines
759 B
JSON
{
|
|
"name": "iconfont",
|
|
"version": "1.0.0",
|
|
"description": "iconfont-svg获取插件",
|
|
"background": {
|
|
"scripts": [
|
|
"js/background.js"
|
|
]
|
|
},
|
|
"browser_action": {
|
|
"default_icon": "img/app.jpg",
|
|
"default_title": "iconfont",
|
|
"default_popup": "index.html"
|
|
},
|
|
"content_scripts": [{
|
|
"matches": ["<all_urls>"],
|
|
"js": ["js/jszip.min.js", "js/main.min.js"],
|
|
"run_at": "document_end"
|
|
}],
|
|
"permissions": [
|
|
"contextMenus",
|
|
"tabs",
|
|
"notifications",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"storage",
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"homepage_url": "https://c44.cc",
|
|
"manifest_version": 2
|
|
} |