-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
module.json
36 lines (36 loc) · 1.02 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
{
"name": "gm-notes",
"title": "GM Notes",
"description": "Adds the option to create Notes for Actors, Items and JournalEntrys only accessible to GMs",
"version": "0.5.0",
"author": "Felix#6196",
"scripts": ["./gm-notes.js"],
"styles": ["./gm-notes.css"],
"url": "https://github.com/syl3r86/gm-notes",
"manifest": "https://raw.githubusercontent.com/syl3r86/gm-notes/master/module.json",
"download": "https://github.com/syl3r86/gm-notes/archive/master.zip",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "lang/fr.json"
}
],
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "9.238"
}