-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 918 Bytes
/
module.json
File metadata and controls
38 lines (38 loc) · 918 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
35
36
37
38
{
"id": "global-progress-clocks",
"title": "Global Progress Clocks",
"description": "Blades in the Dark style progress clocks that show on the sidebar",
"version": "1.2.1",
"authors": [
{
"name": "Supe",
"flags": {}
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"scripts": [
"greensock/dist/gsap.min.js"
],
"esmodules": [
"module/index.mjs"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"styles": [
"styles/style.css",
"styles/dialog.css",
"styles/settings.css"
],
"url": "https://github.com/CarlosFdez/global-progress-clocks",
"manifest": "https://github.com/CarlosFdez/global-progress-clocks/releases/latest/download/module.json",
"download": "https://github.com/CarlosFdez/global-progress-clocks/releases/download/v1.2.1/module.zip"
}