-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmanifest.json
77 lines (73 loc) · 2.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
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
{
"manifest_version": 3,
"description": "Poprawia uciążliwe elementy stron usług eduVULCAN oraz Dziennik Vulcan",
"version": "0.4",
"name": "Improvements for Vulcan",
"permissions": ["storage"],
"host_permissions": [
"*://dziennik-uczen.vulcan.net.pl/*",
"*://dziennik-wiadomosci.vulcan.net.pl/*",
"*://uczen.eduvulcan.pl/*",
"*://wiadomosci.eduvulcan.pl/*",
"*://dziennik-logowanie.vulcan.net.pl/*",
"*://eduvulcan.pl/*"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "128.0",
"update_url": "https://ifv.banocean.com/updates.json"
},
"gecko_android": {
"id": "[email protected]",
"strict_min_version": "128.0",
"update_url": "https://ifv.banocean.com/updates.json"
}
},
"web_accessible_resources": [
{
"resources": ["patches/*", "patches.json"],
"matches": [
"*://dziennik-uczen.vulcan.net.pl/*",
"*://dziennik-wiadomosci.vulcan.net.pl/*",
"*://uczen.eduvulcan.pl/*",
"*://wiadomosci.eduvulcan.pl/*",
"*://dziennik-logowanie.vulcan.net.pl/*",
"*://eduvulcan.pl/*"
]
}
],
"content_scripts": [
{
"js": ["execute.js"],
"matches": [
"*://dziennik-uczen.vulcan.net.pl/*",
"*://dziennik-wiadomosci.vulcan.net.pl/*",
"*://uczen.eduvulcan.pl/*",
"*://wiadomosci.eduvulcan.pl/*",
"*://dziennik-logowanie.vulcan.net.pl/*",
"*://eduvulcan.pl/*"
],
"world": "MAIN"
},
{
"js": ["apply.js"],
"matches": [
"*://dziennik-uczen.vulcan.net.pl/*",
"*://dziennik-wiadomosci.vulcan.net.pl/*",
"*://uczen.eduvulcan.pl/*",
"*://wiadomosci.eduvulcan.pl/*",
"*://dziennik-logowanie.vulcan.net.pl/*",
"*://eduvulcan.pl/*"
]
}
],
"action": {
"default_popup": "popup/index.html"
},
"icons": {
"128": "assets/logo/logo-128-red.png",
"192": "assets/logo/logo-192-red.png",
"512": "assets/logo/logo-512-red.png"
}
}