-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.json
55 lines (55 loc) · 1.26 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
{
"title": "Star Wars - User Interface Creative Common",
"description": "Starwars unofficial design-2.6.3",
"version": "2.6.3",
"authors": [
{
"name": "Prolice",
"discord": ".Prolice",
"flags": {}
}
],
"styles": [
"swffg-default.css"
],
"scripts": [
"swffg-ui.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"flags": {
"allowBugReporter": true
},
"bugs": "https://github.com/prolice/swffgUI-cc/issues",
"url": "https://github.com/prolice/swffgUI-cc",
"readme": "https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/README.md",
"changelog": "https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/changelog.md",
"manifest": "https://github.com/prolice/swffgUI-cc/raw/swffgUI-cc/module.json",
"download": "https://github.com/prolice/swffgUI-cc/releases/download/v2.6.3/module.zip",
"id": "swffgUI-cc",
"relationships": {
"systems": [
{
"id": "starwarsffg",
"type": "system",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "10",
"verified": "12.331"
}
}