forked from bilibili-helper/bilibili-helper-o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·37 lines (37 loc) · 1.47 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "imgs/icon-19.png",
"38": "imgs/icon-38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_extShortName__"
},
"content_scripts": [ {
"all_frames": true,
"js": [ "jq.bilibili.js", "bilibili_injected.js", "ColPick.js", "CommentCoreLibrary.min.js", "ABPlayer.min.js" ],
"matches": [ "*://*.bilibili.com/*" ],
"run_at": "document_start"
} ],
"default_locale": "zh_CN",
"description": "__MSG_extDescription__",
"icons": {
"256": "imgs/icon-256.png",
"128": "imgs/icon-128.png",
"16": "imgs/icon-16.png",
"32": "imgs/icon-32.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDd/wqh8sN1lnVWVGyKqhGM0Zz0ZuY3Dq5hNK3qNBw1/+B/XGe+zzwe7aSyr0qikd8pkN5HpoDvEDdkFHcdhPwXWoQGKiNAnKtohuz/2+g5YzLYzQg2bRqKdYJebEoCoiHtoSNS/HRtUeg483ypAH26LLyD6p+ykwQNo9DvtBo0kwIDAQAB",
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"options_page": "options.html",
"permissions": [ "alarms", "contextMenus", "cookies", "notifications", "storage", "tabs", "webRequest", "webRequestBlocking", "http://*/", "https://*/" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.7.2",
"web_accessible_resources": [ "bilibili-helper.woff", "template.html", "imgs/icon-32.png", "imgs/loading.gif" ]
}