-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (36 loc) · 1.05 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
{
"manifest_version": 3,
"name": "Make Website Academic",
"version": "1.1.0",
"host_permissions": ["https://*.bilibili.com/*"],
"permissions": ["scripting",
"webRequest",
"declarativeNetRequest",
"activeTab",
"alarms",
"storage"],
"background": {
"service_worker": "scripts/service-worker.js"
},
"action": {
"default_icon": "images/icon.png",
"default_popup": "html/popPage.html"
},
"web_accessible_resources": [
{
"resources": ["images/*","css/littleFunction.css","css/headerShield.css"],
"matches": ["https://www.bilibili.com/*"]
}
],
"declarative_net_request": {
"rule_resources": [{
"id": "redirectOtherPage",
"enabled": false,
"path": "/json/redirectOtherPage.json"
},{
"id": "redirectForAca",
"enabled": false,
"path": "/json/redirectForAca.json"
}]
}
}