Skip to content

Commit aa28de6

Browse files
committed
Updated manifest for Foundry v10
1 parent d847b5f commit aa28de6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

module.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "custom-css",
3+
"id": "custom-css",
34
"title": "Custom CSS",
45
"description": "Add custom CSS to your world",
5-
"version": "2.2.0",
6+
"version": "2.2.1",
67
"minimumCoreVersion": "0.6.0",
78
"compatibleCoreVersion": "9",
8-
"author": "zeel, Cody Swendrowski",
9+
"compatibility": {
10+
"minimum": "0.6.0",
11+
"verified": 10
12+
},
913
"authors": [
1014
{
1115
"name": "zeel",
@@ -32,6 +36,13 @@
3236
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json"
3337
}
3438
],
39+
"relationships": {
40+
"requires": {
41+
"id": "_CodeMirror",
42+
"type": "module",
43+
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json"
44+
}
45+
},
3546
"languages": [
3647
{
3748
"lang": "en",
@@ -41,7 +52,7 @@
4152
],
4253
"manifest": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/releases/latest/download/module.json",
4354
"url": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS",
44-
"download": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/releases/latest/download/artbutton.zip",
55+
"download": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/releases/latest/download/custom-css.zip",
4556
"readme": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/blob/master/readme.md",
4657
"bugs": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/issues",
4758
"changelog": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/releases",

0 commit comments

Comments
 (0)