-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.v3.json
35 lines (35 loc) · 965 Bytes
/
manifest.v3.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
{
"name": "Lectio Master",
"description": "Lectio men bedre",
"manifest_version": 3,
"version": "0.6.0",
"action": {
"default_popup": "popup/popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["https://*.lectio.dk/*"],
"js": [
"js/alle.js",
"js/opgaver.js",
"js/skema.js",
"js/karakter.js",
"js/forside.js",
"js/skolevalg.js",
"js/login.js",
"js/beskeder.js",
"js/ledige.js",
"js/indstillinger.js",
"inject.js"
],
"css": ["css/alle.css"],
"web_accessible_resources": ["images/lectio_logo.png"],
"all_frames": true,
"run_at": "document_start"
}
],
"permissions": ["storage"]
}