initial commit

This commit is contained in:
2024-06-24 10:52:19 -05:00
commit ffdcd5c276
11 changed files with 271 additions and 0 deletions

11
src/module.json Normal file
View File

@@ -0,0 +1,11 @@
{
"id": "asc-starwars-style-journal",
"title": "Star Wars Style Journal",
"version": "0.1.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"scripts": ["scripts/main.js"],
"styles": ["styles/starwars-journal.css"]
}