forked from arcanistzed/custom-fonts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
65 lines (65 loc) · 1.82 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
62
63
64
65
{
"name": "custom-fonts",
"title": "Custom Fonts",
"description": "Facilitates using Custom Fonts in Journal Entries, Text Drawings on the canvas, or for the entire UI! You can upload your own font or load a font directly from Google Fonts.",
"author": "Arcanist",
"authors": [
{
"name": "Arcanist",
"url": "https://arcanistzed.github.io/",
"email": "[email protected]",
"discord": "arcanist#4317",
"reddit": "u/arcanistzed"
}
],
"url": "This is auto replaced",
"license": "https://github.com/arcanistzed/custom-fonts/blob/main/LICENSE",
"readme": "https://github.com/arcanistzed/custom-fonts/blob/main/README.md",
"bugs": "https://github.com/arcanistzed/custom-fonts/issues/new/choose",
"changelog": "https://github.com/arcanistzed/custom-fonts/blob/main/CHANGELOG.md",
"flags": {
"allowBugReporter": true
},
"version": "This is auto replaced",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "9",
"esmodules": [
"scripts/custom-fonts.js"
],
"styles": [
"styles/custom-fonts.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "languages/pl.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
}
],
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"library": true,
"manifestPlusVersion": "1.2.0",
"media": [
{
"type": "screenshot",
"url": "https://cdn.discordapp.com/attachments/927033716885307462/927714077889945660/open-dyslexic.png",
"caption": "Using Custom Fonts with Open Dyslexic which is uploaded by the user"
}
]
}