Skip to content

Commit

Permalink
feat(manifest): added the manifest link and download link
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Sep 15, 2023
1 parent ce5a94d commit cb7167d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@
"discord": "souowendel"
}
],
"esmodules": [
"module/ordemparanormal_fvtt.mjs"
],
"styles": [
"css/ordemparanormal_fvtt.css"
],
"esmodules": ["module/ordemparanormal_fvtt.mjs"],
"styles": ["css/ordemparanormal_fvtt.css"],
"scripts": [],
"packs": [],
"languages": [
Expand Down Expand Up @@ -52,7 +48,7 @@
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/SouOWendel/ordemparanormal-fvtt",
"manifest": "",
"download": "",
"manifest": "https://github.com/SouOWendel/ordemparanormal-fvtt/releases/latest/download/system.json",
"download": "https://github.com/SouOWendel/ordemparanormal-fvtt/releases/latest/download/ordem_fvtt_system.zip",
"license": "LICENSE.txt"
}

0 comments on commit cb7167d

Please sign in to comment.