forked from taMiF/Actor-Communicator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
20 lines (20 loc) · 687 Bytes
/
module.json
File metadata and controls
20 lines (20 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "actor-communicator",
"title": "Actor communicator",
"description": "Gives players a way to organise and chat with contatcs and 'data' using a immersive communicator.",
"author": "taMiF ",
"version": "0.0.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.4",
"scripts": [
"scripts/main.js"
],
"styles": [
"./css/actor-communicator.css"
],
"socket": true,
"system": "shadowrun5e",
"manifest": "https://raw.githubusercontent.com/Pronana/Actor-Communicator/master/module.json",
"url": "https://github.com/taMiF/FoundryVTT-Actor-Communicator",
"download": "https://github.com/Pronana/Actor-Communicator/archive/master.zip"
}