generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodule.json
More file actions
49 lines (49 loc) · 1.4 KB
/
module.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "translation-editor",
"title": "Translation Editor",
"description": "This module allows you to edit all translations via a user friendly interface",
"version": "1.1.5",
"library": "false",
"manifestPlusVersion": "1.1.5",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "9",
"authors": [
{
"name": "Tobias Franz",
"url": "https://github.com/kid2407",
"discord": "kid2407 / Tobias#6450"
}
],
"esmodules": [
"/scripts/main.js"
],
"styles": [
"/styles/te.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "pt",
"name": "Português (Brasil)",
"path": "languages/pt-br.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
}
],
"url": "https://github.com/kid2407/TranslationEditor",
"manifest": "https://github.com/kid2407/TranslationEditor/releases/latest/download/module.json",
"download": "https://github.com/kid2407/TranslationEditor/releases/latest/download/module.zip",
"media": [
{
"type": "icon",
"url": "https://cdn.discordapp.com/attachments/391286668037980190/871374913808769094/icon.png"
}
]
}