forked from ADSR1042/Lazuli
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
101 lines (101 loc) · 2.77 KB
/
manifest.json
File metadata and controls
101 lines (101 loc) · 2.77 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"manifest_version": 3,
"name": "Enroll_nx",
"version": "1.3.4",
"description": "求是潮基于Lazuli开发的浙大一体化插件",
"author": "QSC",
"icons": {
"16": "assets/icons/icon_16x16.png",
"32": "assets/icons/icon_32x32.png",
"48": "assets/icons/icon_48x48.png",
"128": "assets/icons/icon_128x128.png",
"256": "assets/icons/icon_256x256.png"
},
"content_scripts": [
{
"matches": [
"http://zdbk.zju.edu.cn/jwglxt/*",
"https://zdbk.zju.edu.cn/jwglxt/*",
"https://chalaoshi.de/*",
"https://0.e.0.0.1.1.f.1.0.7.4.0.1.0.0.2.ip6.arpa/*",
"https://chalaoshi.buzz/*",
"http://chalaoshi-buzz-s.webvpn.zju.edu.cn:8001/*",
"https://chalaoshi.click/*",
"http://chalaoshi-click-s.webvpn.zju.edu.cn:8001/**",
"https://classroom.zju.edu.cn/*",
"https://interactivemeta.cmc.zju.edu.cn/*",
"https://courses.zju.edu.cn/*",
"http://wpsoa.zju.edu.cn/*",
"https://wpsoa.zju.edu.cn/*",
"https://www.cc98.org/*"
],
"all_frames": true,
"js": [
"assets/jquery.min.js",
"dist/content-script.js"
],
"css": [
"assets/inject.css"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "dist/background.js"
},
"options_page": "assets/options.html",
"permissions": [
"notifications",
"storage",
"activeTab",
"webRequest"
],
"host_permissions": [
"https://courses.zju.edu.cn/*",
"https://tcmedia.zju.edu.cn/*",
"http://tcmedia.zju.edu.cn/*",
"https://www.cc98.org/*",
"https://api.cc98.org/*"
],
"action": {
"default_icon": {
"16": "assets/icons/icon_16x16.png",
"32": "assets/icons/icon_32x32.png",
"48": "assets/icons/icon_48x48.png",
"128": "assets/icons/icon_128x128.png",
"256": "assets/icons/icon_256x256.png"
},
"default_popup": "assets/popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self';object-src 'self'"
},
"externally_connectable": {
"matches": [
"*://zdbk.zju.edu.cn/*"
]
},
"web_accessible_resources": [
{
"resources": [
"assets/*.json",
"assets/*.jpeg",
"assets/*.jpg",
"assets/*.png"
],
"matches": [
"https://zdbk.zju.edu.cn/*",
"http://zdbk.zju.edu.cn/*",
"https://chalaoshi.buzz/*",
"https://0.e.0.0.1.1.f.1.0.7.4.0.1.0.0.2.ip6.arpa/*",
"http://chalaoshi-buzz-s.webvpn.zju.edu.cn:8001/*",
"https://classroom.zju.edu.cn/*",
"https://interactivemeta.cmc.zju.edu.cn/*",
"https://chalaoshi.de/*",
"https://chalaoshi.click/*",
"https://courses.zju.edu.cn/*",
"https://www.cc98.org/*"
]
}
]
}