Skip to content

Commit a4d32d6

Browse files
authored
Merge pull request #1 from TooPick/version-10-patch
Update module.json for version 10
2 parents c1be503 + 8cd9701 commit a4d32d6

File tree

1 file changed

+51
-33
lines changed

1 file changed

+51
-33
lines changed

module.json

Lines changed: 51 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,54 @@
11
{
2-
"name": "inlinewebviewer",
3-
"title": "Inline Webviewer",
4-
"description": "Have a webpage open inside Foundry, eg an easyzoom map.",
5-
"author": "ardittristan#0001",
6-
"authors": [],
7-
"url": "https://github.com/ardittristan/VTTInlineWebviewer",
8-
"flags": {},
9-
"version": "3.4.2",
10-
"minimumCoreVersion": "9",
11-
"compatibleCoreVersion": "9",
12-
"scripts": ["./lib/colorSettingStub.js"],
13-
"esmodules": ["inlineviewer.js"],
14-
"styles": ["./css/inlineviewer.css"],
15-
"languages": [
16-
{
17-
"lang": "en",
18-
"name": "English",
19-
"path": "lang/en.json"
2+
"name": "inlinewebviewer",
3+
"title": "Inline Webviewer",
4+
"description": "Have a webpage open inside Foundry, eg an easyzoom map.",
5+
"author": "ardittristan#0001",
6+
"authors": [
7+
{
8+
"name": "ardittristan#0001"
9+
}
10+
],
11+
"url": "https://github.com/ardittristan/VTTInlineWebviewer",
12+
"flags": {},
13+
"version": "3.4.2",
14+
"minimumCoreVersion": "9",
15+
"compatibleCoreVersion": "9",
16+
"compatibility": {
17+
"minimum": "9",
18+
"verified": "10"
2019
},
21-
{
22-
"lang": "ja",
23-
"name": "日本語",
24-
"path": "lang/ja.json"
25-
}
26-
],
27-
"packs": [],
28-
"system": [],
29-
"dependencies": [],
30-
"socket": true,
31-
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTInlineWebviewer/master/module.json",
32-
"download": "https://github.com/ardittristan/VTTInlineWebviewer/releases/latest/download/inline-viewer.zip",
33-
"protected": false,
34-
"coreTranslation": false,
35-
"library": false
20+
"scripts": [
21+
"./lib/colorSettingStub.js"
22+
],
23+
"esmodules": [
24+
"inlineviewer.js"
25+
],
26+
"styles": [
27+
"./css/inlineviewer.css"
28+
],
29+
"languages": [
30+
{
31+
"lang": "en",
32+
"name": "English",
33+
"path": "lang/en.json"
34+
},
35+
{
36+
"lang": "ja",
37+
"name": "日本語",
38+
"path": "lang/ja.json"
39+
}
40+
],
41+
"packs": [],
42+
"system": [],
43+
"dependencies": [],
44+
"relationships": {
45+
"systems": [],
46+
"requires": []
47+
},
48+
"socket": true,
49+
"manifest": "https://raw.githubusercontent.com/ardittristan/VTTInlineWebviewer/master/module.json",
50+
"download": "https://github.com/ardittristan/VTTInlineWebviewer/releases/download/3.4.2/inline-viewer.zip",
51+
"protected": false,
52+
"coreTranslation": false,
53+
"library": false
3654
}

0 commit comments

Comments
 (0)