forked from kandashi/smol-foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
29 lines (29 loc) · 825 Bytes
/
module.json
File metadata and controls
29 lines (29 loc) · 825 Bytes
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
{
"id": "smol-foundry",
"name": "smol-foundry",
"title": "smol-foundry",
"description": "Condense Foundry's sidebars to reclaim screen real estate with adjustable heights per section.",
"version": "13.0.0",
"library": false,
"manifestPlusVersion": "1.0.0",
"compatibility": {
"minimum": "11",
"verified": "13"
},
"authors": [
{
"name": "Kandashi",
"url": "https://github.com/kandashi",
"discord": "Kandashi (He/Him)#6698"
}
],
"scripts": [
"scripts/condenser.js"
],
"styles": [
"styles/condenser.css"
],
"url": "https://github.com/Toixinhell/smol-foundry",
"manifest": "https://github.com/Toixinhell/smol-foundry/releases/latest/download/module.json",
"download": "https://github.com/Toixinhell/smol-foundry/releases/latest/download/module.zip"
}