-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
37 lines (37 loc) · 1012 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
34
35
36
37
{
"manifest_version": 3,
"name": "Redhole",
"version": "1.0.2",
"description": "Redhole helps you track and view blackhole dates for yourself and others on the 42 network using intra.42.fr.",
"host_permissions": [
"https://pace-system.42.fr/api/v1/*/profile",
"https://profile-aggr.intra.42.fr/api/v2/users/*"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "58.0"
}
},
"incognito": "spanning",
"content_scripts": [
{
"matches": [
"*://profile.intra.42.fr/",
"*://profile.intra.42.fr/users/*"
],
"js": ["src/constants.js", "src/utils.js", "src/main.js"],
"run_at": "document_end"
}
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png"
},
"author": "0xJord4n",
"homepage_url": "https://github.com/0xJord4n/redhole",
"short_name": "Redhole"
}