-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
27 lines (27 loc) · 1.07 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
{
"id": "chat-notifications",
"title": "Hey, listen! - Chat Notifications",
"description": "This module shows notifications of the newest chat messages, when you're currently not viewing the chat tab.<br>Position, opacity, fade delay, ... is all customizable!",
"version": "1.2.5",
"authors": [
{
"name": "Moerill",
"flags": {}
},
{
"name": "baal000",
"flags": {}
}
],
"esmodules": ["js/index.js", "greensock/esm/gsap-core.js"],
"styles": [
"chat-notifications.css"
],
"compatibility": {
"minimum": "0.7.9",
"verified": "10"
},
"manifest": "https://raw.githubusercontent.com/baal000/fvtt-chat-notifications/master/module.json",
"download": "https://github.com/baal000/fvtt-chat-notifications/releases/download/v1.2.5/v1.2.5.zip",
"url": "https://github.com/baal000/fvtt-chat-notifications"
}