-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (31 loc) · 883 Bytes
/
Copy pathmodule.json
File metadata and controls
31 lines (31 loc) · 883 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
26
27
28
29
30
31
{
"id": "sleek-chat",
"title": "Sleek Chat",
"description": "Minimalist chat popout enhancements for Foundry VTT v13+. Shows only the current message with navigation controls and customizable opacity.",
"version": "3.1.0",
"compatibility": {
"minimum": "14",
"verified": "14"
},
"authors": [
{
"name": "Gus",
"flags": {}
}
],
"styles": [
"styles/styles.css"
],
"esmodules": [
"scripts/settings.js",
"scripts/sleek-chat-debug.js",
"scripts/popout-opacity.js",
"scripts/popout-message-manager.js",
"scripts/popout-chat.js",
"scripts/main.js"
],
"url": "https://github.com/mordachai/sleek-chat",
"manifest": "https://github.com/mordachai/sleek-chat/releases/latest/download/module.json",
"download": "https://github.com/mordachai/sleek-chat/releases/latest/download/module.zip",
"license": "MIT"
}