forked from Djphoenix719/PDFoundry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 1.15 KB
/
module.json
File metadata and controls
38 lines (38 loc) · 1.15 KB
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
{
"name": "pdfoundry",
"title": "PDFoundry",
"description": "A fully featured PDF Viewer Module. Includes journal support, form fillable support, and more.",
"version": "0.9.6",
"author": "Andrew Cuccinello [DJ#1982]",
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "locale/en/config.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "locale/es/config.json"
},
{
"lang": "fr",
"name": "French",
"path": "locale/fr/config.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "locale/ja/config.json"
}
],
"esmodules": ["./bundle.js"],
"styles": ["./bundle.css"],
"socket": true,
"compatibleCoreVersion": "9",
"minimumCoreVersion": "9",
"manifest": "https://raw.githubusercontent.com/Djphoenix719/PDFoundry/master/module.json",
"download": "https://github.com/Djphoenix719/PDFoundry/releases/download/v0.9.6/pdfoundry-v0.9.6.zip",
"url": "https://github.com/Djphoenix719/PDFoundry"
}