-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
35 lines (35 loc) · 1006 Bytes
/
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
28
29
30
31
32
33
34
35
{
"id": "player-pronouns",
"name": "player-pronouns",
"title": "Player Pronouns",
"description": "Adds a section to the player configuration that allows you to add your pronouns.",
"version": "0.2.0",
"authors": [
{
"name": "VTT Lair",
"url": "https://github.com/vtt-lair"
}
],
"scripts": [
"/scripts/player-pronouns.js"
],
"includes": [
"module.json"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/vtt-lair/player-pronouns",
"manifest": "https://github.com/vtt-lair/player-pronouns/releases/latest/download/module.json",
"download": "https://github.com/vtt-lair/player-pronouns/releases/download/v0.2.0/player-pronouns-v0.2.0.zip",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "11"
}
}