-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmanifest.json
94 lines (94 loc) · 1.7 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"manifest_version": 3,
"name": "Smartschool++",
"version": "3.1.1",
"description": "Enhance your smartschool experience with themes and more",
"homepage_url": "https://github.com/sprksoft/smpp",
"content_scripts": [
{
"matches": [
"*://app.lernova.be/*"
],
"all_frames": true,
"css": [],
"js": [
"scraper.js",
"utils.js",
"DMENU/dmenu.js",
"LERNOVA/lernova.js",
"json.js",
"DMENU/quick.js"
]
},
{
"matches": [
"*://*.smartschool.be/*"
],
"exclude_matches": [
"*://www.smartschool.be/*"
],
"all_frames": true,
"css": [
"CSS/general.css",
"CSS/weather.css",
"DMENU/dmenu.css",
"CSS/login.css",
"CSS/messages.css",
"CSS/navigation.css",
"CSS/notification.css",
"CSS/planner.css",
"CSS/results.css",
"CSS/startpage.css",
"CSS/delijn.css",
"CSS/agenda.css",
"CSS/plant.css",
"CSS/root.css"
],
"js": [
"titlefix.js",
"config.js",
"userchanger.js",
"themes.js",
"json.js",
"scraper.js",
"scores.js",
"snake.js",
"utils.js",
"globalchat.js",
"DMENU/quick.js",
"DMENU/dmenu.js",
"weather.js",
"delijn.js",
"snow.js",
"planner.js",
"flappy.js",
"buis-stats.js",
"plant.js",
"login.js",
"smppjs.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "smpp@sprksoft",
"update_url": "https://ldev.eu.org/firefox/updates.json"
}
},
"background": {
"service_worker": "background-script.js",
"scripts": [
"background-script.js"
],
"type": "module"
},
"permissions": [
"storage",
"unlimitedStorage"
]
}