This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
module.json
73 lines (73 loc) · 2.12 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "pin-cushion",
"title": "Pin Cushion",
"description": "Adds additional map pin (Journal Note/Scene Note) functionality",
"version": "1.5.0",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.6",
"author": "Evan Clarke [errational#2007]",
"authors": [
{
"name": "Evan Clarke",
"url": "https://patreon.com/deathsave",
"discord": "errational#2007",
"twitter": "@death_save_dev",
"reddit": "u/etherboy12"
},
{
"name": "Ethaks",
"ko-fi": "ethaks",
"discord": "Ethaks#2903",
"reddit": "u/ethaks"
}
],
"url": "https://github.com/death-save/pin-cushion",
"manifest": "https://github.com/death-save/pin-cushion/releases/latest/download/module.json",
"download": "https://github.com/death-save/pin-cushion/release/latest/download/module.zip",
"esmodules": [
"./pin-cushion.js",
"./about.js"
],
"socket": true,
"styles": [
"./pin-cushion.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "./lang/pt-BR.json"
},
{
"lang": "es",
"name": "Español",
"path": "./lang/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "./lang/ja.json"
}
],
"media": [
{
"type": "screenshot",
"url": "https://github.com/death-save/media/raw/master/pin-cushion/create_pin.png"
},
{
"type": "screenshot",
"url": "https://github.com/death-save/media/raw/master/pin-cushion/note-config.png"
},
{
"type": "screenshot",
"url": "https://github.com/death-save/media/raw/master/pin-cushion/journal-preview.png"
}
],
"bugs": "https://github.com/death-save/pin-cushion/issues",
"allowBugReporter": true
}