-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.json
47 lines (47 loc) · 1.01 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
{
"id": "swade-cyber-css",
"title": "SWADE Cyberpunk Theme",
"description": "<p>A character sheet theme for SWADE</p>",
"url": "https://github.com/Tenyryas/swade-cyber-css",
"authors": [
{
"name": "Kyane",
"url": "https://github.com/Tenyryas",
"discord": "Kyane#8654",
"flags": {}
}
],
"version": "1.3.5",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"scripts": [
"scripts/init.js"
],
"styles": [
"swade_cyber.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json",
"flags": {}
}
],
"manifest": "https://raw.githubusercontent.com/Tenyryas/swade-cyber-css/master/module.json",
"download": "https://github.com/Tenyryas/swade-cyber-css/raw/v1.3.5/swade-cyber-css.zip"
}