-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
44 lines (44 loc) · 1.27 KB
/
Copy pathmodule.json
File metadata and controls
44 lines (44 loc) · 1.27 KB
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
{
"id": "fvtt-chat-pruner",
"name": "fvtt-chat-pruner",
"title": "Chat Pruner",
"description": "<p>GM-only chat manager: view last 200 messages, multi-select delete, or delete everything after an anchor message. v11–v13 compatible (smart ApplicationV1/V2 detection).</p>",
"version": "14.0.0.0",
"compatibility": {
"minimum": "13",
"verified": "14",
"maximum": "14"
},
"authors": [
{
"name": "Paulcheeba/crusherDestroyer666",
"flags": {}
}
],
"esmodules": [
"chat-pruner-shared.js",
"chat-pruner-v1.js",
"chat-pruner-v2.js"
],
"styles": [
{
"src": "styles.css"
}
],
"templates": ["templates/chat-pruner-v1.hbs", "templates/chat-pruner-v2.hbs"],
"license": "MIT",
"url": "https://github.com/paulcheeba/chat-pruner",
"manifest": "https://github.com/paulcheeba/chat-pruner/releases/latest/download/module.json",
"download": "https://github.com/paulcheeba/chat-pruner/releases/latest/download/chat-pruner.zip",
"relationships": {
"requires": [
{
"id": "oev-suite-monitor",
"type": "module",
"manifest": "https://github.com/paulcheeba/OverEngineeredVTT-Suite-Monitor/releases/latest/download/module.json",
"compatibility": {}
}
]
},
"flags": {}
}