-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
35 lines (35 loc) · 908 Bytes
/
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
{
"title": "Legend Lore",
"description": "A GPT powered journal content generator.",
"version": "0.4.0",
"url": "https://github.com/Daxiongmao87/legend-lore",
"manifest": "https://github.com/Daxiongmao87/legend-lore-foundry/releases/download/v0.4.0/module.json",
"download": "https://github.com/Daxiongmao87/legend-lore-foundry/archive/refs/tags/v0.4.0.zip",
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/styles.css"
],
"packs": [
{
"name": "journal-entry-templates",
"label": "Journal Entry Templates",
"path": "./packs/compendiums/templates.db",
"type": "JournalEntry"
}
],
"packFolders": [
{
"name": "Legend Lore",
"sorting": "a",
"packs": ["journal-entry-templates"],
"color": "#ba9d00"
}
],
"id": "legend-lore",
"compatibility": {
"minimum": "0.11.0",
"verified": "0.11.315"
}
}