-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
46 lines (46 loc) · 1.24 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
{
"manifest_version": 3,
"name": "The Void // HF Theme",
"short_name": "The Void",
"version": "2022.11.001",
"version_name": "2022.11.001-alpha",
"description": "A material design based Hack Forums theme with lots of customizability.",
"author": "Hydra",
"minimum_chrome_version": "105.0.5195",
"offline_enabled": false,
"incognito": "not_allowed",
"web_accessible_resources": [
{
"resources": [
"assets/*"
],
"matches": [
"https://www.hackforums.net/*",
"https://hackforums.net/*"
]
}
],
"content_scripts": [
{
"matches": [
"https://www.hackforums.net/*",
"https://hackforums.net/*"
],
"css": [
"css/tippy.css",
"css/tippy-material.css",
"css/void.css"
],
"js": [
"js/jquery-3.6.1.min.js",
"js/popper.min.js",
"js/tippy-bundle.umd.min.js",
"js/void.js"
]
}
],
"host_permissions": [
"https://hackforums.net/",
"https://www.hackforums.net/"
]
}