-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (37 loc) · 954 Bytes
/
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
38
{
"name": "Huya tool",
"description": "",
"version": "1.0.0",
"author": "Mywait",
"homepage_url": "https://github.com/WithoutHair/Disable-Content-Security-Policy",
"manifest_version": 3,
"host_permissions": [
"https://www.doseeing.com/*",
"https://api.live.bilibili.com/*"
],
"action": {
"default_icon": {
"16": "icon/ice.png"
}
},
"icons": {
"48": "icon/ice_48.png",
"128": "icon/ice_128.png"
},
"content_scripts": [
{
"matches": ["*://www.huya.com/*"],
"js": ["http.js", "flv.js", "content.js"],
"css": ["content.css"]
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [ "icon/ice.png", "icon/close.png", "icon/stats.png", "icon/screen.png" ],
"matches": [ "http://*/*", "https://*/*" ]
}
]
}