This repository was archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
79 lines (79 loc) · 3.12 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "apsj",
"title": "Arius Planeswalker's Stylish Journal",
"description": "Need to draw attention to important information in your journals? Panels have you covered, from informative to notes to warnings and bonuses. Like the D&D style text? Fake it till you make it with D&D Text Styles you can apply to Headings and body text. No more boring encounter pages. Liven it up with the Encounter Block, complete with Adversary listing! Add some panache to your Magic Item listings and pull out the important stats and item links to a quickly accessible aside. Have a description to read aloud and need a way to differentiate it on the page? Read Aloud block to the rescue! Stop looking at those boring old pale pages. Add some vibrance and style to your journal entries today!",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.2.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9.249",
"author": "Vanish",
"authors": [
{
"name": "Vanish",
"url": "https://dscape-llc.com/",
"email": "[email protected]",
"discord": "vanish#4369",
"reddit": "u/AmazingVanish"
}
],
"dependencies": [],
"esmodules": ["scripts/apsj.js"],
"scripts": [],
"styles": ["styles/apsj.css"],
"includes": ["assets", "fonts"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "fr",
"name": "French (Français)",
"path": "languages/fr.json"
},
{
"lang": "de",
"name": "German (Deutsch)",
"path": "languages/de.json"
},
{
"lang": "es",
"name": "Spanish (Español)",
"path": "languages/es.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/AmazingVanish/apsj/main/media/apsj-ss.webp",
"caption": "Stylish Journal Entry"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/AmazingVanish/apsj/main/media/apsj-cover.webp",
"caption": "Arius Planeswalker's Stylish Journal"
}
],
"flags": {
"allowBugReporter": true,
"conflicts": [
{
"name": "apsj4mej",
"description": "Shared styles between the two modules. Having both is redundant and may cause issues."
},
{
"name": "mce-config",
"description": "APSJ provides the same toolbar changes, and more!"
}
]
},
"license": "https://github.com/AmazingVanish/apsj/blob/main/LICENSE",
"readme": "https://github.com/AmazingVanish/apsj/blob/main/README.md",
"bugs": "https://github.com/AmazingVanish/apsj/issues/new/choose",
"changelog": "https://github.com/AmazingVanish/apsj/blob/main/CHANGELOG.md"
}