-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule-template.json
executable file
·50 lines (50 loc) · 1.34 KB
/
module-template.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
47
48
49
50
{
"id": "notelicker",
"title": "Note Licker",
"license": "MIT License",
"description": "Enhance your scene notes. Adds header jumps, and auto iconizing",
"version": "999.0.0",
"download": "https://github.com/MrPrimate/NoteLicker/releases/download/VERSION/notelicker.zip",
"manifest": "https://github.com/MrPrimate/NoteLicker/releases/download/latest/module.json",
"url": "https://github.com/MrPrimate/NoteLicker",
"readme": "https://github.com/MrPrimate/NoteLicker/blob/main/README.md",
"changelog": "https://github.com/MrPrimate/NoteLicker/blob/main/CHANGELOG.md",
"compatibility": {
"minimum": "11",
"verified": 12
},
"authors": [
{
"name": "MrPrimate",
"email": "[email protected]",
"url": "https://mrprimate.co.uk",
"patreon": "https://www.patreon.com/MrPrimate",
"discord": "https://discord.gg/WzPuRuDJVP"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.0.0.0",
"verified": "1.12.6.0"
}
}
]
},
"esmodules": ["dist/main.js"],
"styles": [
"./css/default.css"
],
"packs": [],
"persistentStorage": true
}