Skip to content

Commit

Permalink
Add Metadata+ fields to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
shemetz committed Dec 20, 2020
1 parent 0b6873f commit 4e36e73
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
Binary file added metadata/cover_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/system_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 25 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Kryx RPG",
"description": "A comprehensive game system for running games of Kryx RPG in the Foundry VTT environment.",
"version": "27.0.0-0",
"author": "shem",
"author": "shemetz",
"scripts": [],
"esmodules": ["kryx_rpg.js"],
"styles": ["kryx_rpg.css"],
Expand Down Expand Up @@ -49,5 +49,28 @@
"manifest": "https://github.com/itamarcu/FoundryVTT-KryxRPG/raw/master/system.json",
"download": "https://github.com/itamarcu/FoundryVTT-KryxRPG/archive/master.zip",
"readme": "https://raw.githubusercontent.com/itamarcu/FoundryVTT-KryxRPG/master/README.md",
"bugs": "https://github.com/itamarcu/FoundryVTT-KryxRPG/issues"
"bugs": "https://github.com/itamarcu/FoundryVTT-KryxRPG/issues",
"authors": [
{
"name": "shem",
"email": "itamarcu+foundry@gmail.com",
"discord": "shem#0226",
"reddit": "u/Shemetz"
}
],
"manifestPlusVersion": "1.0.0",
"media": [
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/itamarcu/FoundryVTT-KryxRPG/master/metadata/sheet_front.png"
},
{
"type": "icon",
"url": "https://raw.githubusercontent.com/itamarcu/FoundryVTT-KryxRPG/master/metadata/system_icon.png"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/itamarcu/FoundryVTT-KryxRPG/master/metadata/cover_image.png"
}
]
}

0 comments on commit 4e36e73

Please sign in to comment.