Included `download` and `manifest` URLs pointing to the module's release files in the `module.json` file. This facilitates automated updates and direct downloads of the module from the specified repository.
17 lines
527 B
JSON
17 lines
527 B
JSON
{
|
|
"id": "asc-starwars-style-journal",
|
|
"title": "Star Wars Style Journal",
|
|
"version": "0.1.0",
|
|
"download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/0.1.0/module.zip",
|
|
"manifest": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.json",
|
|
"compatibility": {
|
|
"minimum": "12",
|
|
"verified": "12"
|
|
},
|
|
"esmodules": ["scripts/asc-starwars.js"],
|
|
"styles": [
|
|
"styles/asc-ffg-starwars.css",
|
|
"styles/asc-starwars-journal.css"
|
|
]
|
|
|
|
} |