Files
asc-starwars-style-journal/src/module.json
Anthony Correa 4c63a150fa Add copy button to Star Wars Style Journal
- Added a copy button to the Star Wars Style Journal sheet.
- The copy button allows users to easily copy the content of the journal (in markdown format via turndown) to their clipboard.
- A notification is displayed upon successful copying.
2025-03-02 11:48:36 -06:00

17 lines
570 B
JSON

{
"id": "asc-starwars-style-journal",
"title": "Star Wars Style Journal",
"version": "0.4",
"download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.zip",
"manifest": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.json",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"scripts": ["scripts/vendor/turndown.js"],
"esmodules": ["scripts/asc-starwars.js"],
"styles": [
"styles/asc-ffg-starwars.css",
"styles/asc-starwars-journal.css"
]
}