-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
44 lines (44 loc) · 960 Bytes
/
module.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
{
"id": "ethereal-plane",
"title": "Ethereal Plane",
"description": "",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.2.0",
"persistentStorage": true,
"compatibility": {
"maximum": 12,
"verified": 12,
"minimum": 11
},
"authors": [
{
"name": "Faey Umbrea",
"url": "https://github.com/FaeyUmbrea",
"discord": "Faey#0001"
}
],
"styles": [
"dist/ethereal-plane.css"
],
"esmodules": ["dist/ethereal-plane.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "This is auto replaced",
"socket": true,
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"license": "AGPL-3.0-only",
"readme": "https://github.com/FaeyUmbrea/obs-utils/blob/master/README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}