-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
34 lines (32 loc) · 720 Bytes
/
Copy pathmodule.json
File metadata and controls
34 lines (32 loc) · 720 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
34
{
"id": "network-widget",
"title": "Network Widget",
"version": "1.171",
"esmodules": ["scripts/main.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"manifest": "https://github.com/gmdima/network-widget/releases/latest/download/module.json",
"download": "https://github.com/gmdima/network-widget/releases/download/1.171/module.zip",
"url": "https://github.com/gmdima/network-widget",
"readme": "",
"authors": [
{
"name": "DMKal",
"url": "",
"flags": {}
}
],
"styles": ["styles/widget.css"],
"relationships": {
"systems": []
}
}