-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
61 lines (61 loc) · 1.72 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"id": "background-volume",
"title": "Background Volume",
"description": "A module for setting the volume of background videos",
"authors": [
{
"name": "Michael Volling",
"email": "[email protected]"
},
{
"name": "Lozalojo (Spanish Translation)"
},
{
"name": "Nathan Wukasch (Hindi Translation)"
},
{
"name": "Sebastian Will (German Translation)"
},
{
"name": "Yuan Qu (Chinese Translation)"
}
],
"version": "1.6.0",
"compatibility": {
"minimum": "11",
"verified": "12.331"
},
"url": "https://github.com/mtvjr/background-volume",
"readme": "https://github.com/mtvjr/background-volume/blob/master/README.md",
"license": "https://github.com/mtvjr/background-volume/blob/master/LICENSE",
"manifest": "https://raw.githubusercontent.com/mtvjr/background-volume/master/module.json",
"download": "https://github.com/mtvjr/background-volume/releases/download/v1.6.0/background-volume.zip",
"esmodules": ["./scripts/backgroundVolume.mjs"],
"languages": [
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "hi",
"name": "हिन्दी",
"path": "lang/hi.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
]
}