- Updated `module.json` to reflect the new version 0.2.0. - Modified the download URL to point to the latest release for version 0.2.0. This update ensures proper version tracking and directs users to the correct module download.
17 lines
528 B
JSON
17 lines
528 B
JSON
{
|
|
"id": "asc-starwars-style-journal",
|
|
"title": "Star Wars Style Journal",
|
|
"version": "0.2.0",
|
|
"download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/v0.2.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"
|
|
]
|
|
|
|
} |