-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
33 lines (33 loc) · 932 Bytes
/
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
{
"manifest_version": 3,
"name": "Improve 209",
"description": "Some changes to the csc209 (2023 winter) website coordinated by Professor Rosenbloom",
"version": "0.12.5",
"icons": {
"16": "logo/logo-16.png",
"48": "logo/logo-48.png",
"128": "logo/logo-128.png"
},
"options_page": "settings/settings.html",
"action": {
"default_title": "Improve 209",
"default_popup": "popup/popup.html"
},
"permissions": [
"scripting"
],
"host_permissions": [
"*://mcs.utm.utoronto.ca/~209/23s/*"
],
"content_scripts": [{
"matches": ["*://mcs.utm.utoronto.ca/~209/23s/*"],
"css": ["foreground.css"],
"js": ["foreground.js"]
}],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
}
}