forked from aMediocreDad/jal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
25 lines (25 loc) · 789 Bytes
/
module.json
File metadata and controls
25 lines (25 loc) · 789 Bytes
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
{
"$schema": "https://gitlab.com/-/snippets/2062623/raw/master/foundryvtt_manifest_schema.json",
"name": "jal",
"title": "Journal Anchor Links",
"description": "A library that provides Journals with much awaited page anchors, similar to how HTML supports it.",
"author": "aMediocreDad",
"library": true,
"version": "2.0.0",
"minimumCoreVersion": "V9",
"compatibleCoreVersion": "V9",
"scripts": ["lib/lib.js"],
"styles": ["jal.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"license": "LICENSE.txt",
"readme": "README.md",
"changelog": "CHANGELOG.md",
"manifest": "https://github.com/aMediocreDad/jal/releases/latest/download/module.json",
"download": "https://github.com/aMediocreDad/jal/archive/refs/tags/v2.0.0.zip"
}