-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmodule.json
More file actions
118 lines (118 loc) · 2.68 KB
/
module.json
File metadata and controls
118 lines (118 loc) · 2.68 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"id": "fxmaster",
"title": "Gambit's FXMaster",
"description": "Adds various particle and filter effects",
"authors": [
{
"name": "Gambit",
"discord": "gambit"
},
{
"name": "Johannes Loher (ghost)",
"email": "johannes.loher@fg4f.de",
"discord": "ghost#2000",
"ko-fi": "ghostfvtt"
},
{
"name": "Emmanuel Ruaud (U~man)",
"discord": "U~man"
}
],
"documentTypes": {
"RegionBehavior": {
"particleEffectsRegion": {},
"filterEffectsRegion": {},
"suppressSceneFilters": {},
"suppressSceneParticles": {}
}
},
"url": "https://github.com/gambit07/fxmaster",
"license": "https://raw.githubusercontent.com/gambit07/fxmaster/v8.1.4/LICENSE.md",
"readme": "https://raw.githubusercontent.com/gambit07/fxmaster/v8.1.4/README.md",
"bugs": "https://github.com/gambit07/fxmaster/issues",
"changelog": "https://github.com/gambit07/fxmaster/releases/tag/v8.1.4",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["templates", "css", "lang"]
}
},
"version": "8.1.4",
"compatibility": {
"minimum": "13",
"verified": "14",
"maximum": "14"
},
"scripts": ["libs/filters/pixi-filters.js"],
"esmodules": ["libs/namespace-migration.js", "fxmaster.js"],
"styles": ["css/fxmaster.css"],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "./lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
},
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "lang/fr.json"
},
{
"lang": "cs",
"name": "Čeština",
"path": "lang/cs.json"
},
{
"lang": "ca",
"name": "Catalan",
"path": "lang/ca.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"packs": [
{
"name": "fxmaster",
"label": "FXMaster",
"path": "packs/macros.db",
"type": "Macro",
"module": "fxmaster"
}
],
"socket": true,
"manifest": "https://github.com/gambit07/fxmaster/releases/latest/download/module.json",
"download": "https://github.com/gambit07/fxmaster/releases/download/v8.1.4/module.zip"
}