-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathmodule.json
61 lines (61 loc) · 1.85 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
{
"id": "pdf-sheet",
"name": "pdf-sheet",
"title": "Export Sheet to PDF",
"description": "A system agnostic module for exporting character sheets to a form-fillable and printable PDF!",
"authors": [
{
"name": "Arcanist",
"url": "https://arcanist.me",
"email": "arcanistzed@gmail.com",
"discord": "arcanist#4317",
"reddit": "u/arcanistzed"
}
],
"url": "This is auto replaced",
"license": "https://github.com/arcanistzed/pdf-sheet/blob/main/LICENSE",
"readme": "https://github.com/arcanistzed/pdf-sheet/blob/main/README.md",
"bugs": "https://github.com/arcanistzed/pdf-sheet/issues/new/choose",
"changelog": "https://github.com/arcanistzed/pdf-sheet/blob/main/CHANGELOG.md",
"flags": {
"allowBugReporter": true
},
"version": "This is auto replaced",
"compatibility": {
"minimum": "0.7.9",
"verified": "11"
},
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "11",
"scripts": [
"scripts/pdfsheet.js",
"scripts/libraries/pdfform.js/minipdf.js",
"scripts/libraries/pdfform.js/pdfform.js",
"scripts/libraries/pako/dist/pako.min.js",
"scripts/libraries/file-saver/dist/FileSaver.min.js"
],
"styles": [
"styles/pdfsheet.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (BR)",
"path": "languages/pt-br.json"
}
],
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"manifestPlusVersion": "1.2.0",
"media": []
}