-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (33 loc) · 1 KB
/
Copy pathmodule.json
File metadata and controls
33 lines (33 loc) · 1 KB
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
{
"id": "gm-vision",
"title": "GM Vision",
"description": "A toggleable mode for GMs that increases brightness and reveals fog and tokens.",
"authors": [
{
"name": "dev7355608",
"email": "dev7355608@gmail.com"
}
],
"version": "2.0.4",
"compatibility": {
"minimum": "13",
"verified": "14"
},
"scripts": [
"script.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/dev7355608/gm-vision",
"manifest": "https://github.com/dev7355608/gm-vision/releases/latest/download/module.json",
"download": "https://github.com/dev7355608/gm-vision/releases/download/v2.0.4/module.zip",
"changelog": "https://github.com/dev7355608/gm-vision/releases/tag/v2.0.4",
"bugs": "https://github.com/dev7355608/gm-vision/issues",
"readme": "https://raw.githubusercontent.com/dev7355608/gm-vision/main/README.md",
"license": "https://raw.githubusercontent.com/dev7355608/gm-vision/main/LICENSE"
}