generated from farling42/FoundryVTT-Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
36 lines (36 loc) · 1.17 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
{
"id": "revealed-notes-manager",
"title": "Revealed Notes Manager",
"description": "This module adds an optional 'revealed' state to each scene Note. This allows a Note to be displayed to players even if the linked document is not revealed to the player, in which case it will appear as a non-connected Note.",
"version": "2.2",
"compatibility": {
"minimum": "13",
"verified": "13.334"
},
"author": "Farling",
"authors": [
{
"name": "Farling",
"url": "https://github.com/farling42",
"email": "foundryvtt@amusingtime.uk",
"discord": "farling",
"ko-fi": "farling",
"patreon": "amusingtime",
"twitter": "@shambles42"
}
],
"esmodules": [
"scripts/hide-unreachable-notes.mjs",
"scripts/libwrapper-shim.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/farling42/fvtt-revealed-notes-manager",
"manifest": "https://github.com/farling42/fvtt-revealed-notes-manager/releases/latest/download/module.json",
"download": "https://github.com/farling42/fvtt-revealed-notes-manager/releases/download/1.15/module.zip"
}