mirror of
https://gitee.com/veigarchen/iconfont-download.git
synced 2025-10-13 21:30:31 +00:00
更新
This commit is contained in:
32
manifest.json
Normal file
32
manifest.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user