-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
28 lines (28 loc) · 1.26 KB
/
Copy pathmodule.json
File metadata and controls
28 lines (28 loc) · 1.26 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
{
"name": "chat-indicators",
"title": "Chat Message Accessibility Indicators",
"description": "Adds a textual tag to chat messages to easily identify whether the message is a whisper, blind roll, or self roll. Additionally, makes it easier to identify the participants in a whisper.",
"version": "1.0.0",
"author": "Cole Schultz (cole#9640)",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"chat-indicators.js"
],
"styles": [
"chat-indicators.css"
],
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion": "0.6.2",
"url": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators",
"manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/master/module.json",
"download": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/archive/1.0.0.zip",
"license": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/blob/1.0.0/LICENSE",
"readme": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/blob/1.0.0/README.md",
"changelog": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/blob/1.0.0/CHANGELOG.md"
}