-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (31 loc) · 832 Bytes
/
Copy pathmodule.json
File metadata and controls
33 lines (31 loc) · 832 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
30
31
32
33
{
"id": "geanos-scene-optimizer",
"title": "Geano's Scene Optimizer",
"description": "A tool to optimize scene background images by converting them to WebP format.",
"version": "2.0.0",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{
"name": "GeanoFee",
"flags": {}
}
],
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/optimizer.css"
],
"languages": [],
"packs": [],
"relationships": {
"systems": [],
"requires": []
},
"url": "https://github.com/GeanoFee/geanos-scene-optimizer",
"manifest": "https://github.com/GeanoFee/geanos-scene-optimizer/releases/download/2.0.0/module.json",
"download": "https://github.com/GeanoFee/geanos-scene-optimizer/releases/download/2.0.0/module.zip"
}