This commit is contained in:
2025-01-06 18:30:57 +01:00
parent 19f48bf59d
commit 6ff74a43c9
5 changed files with 113 additions and 0 deletions

11
manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"display_name": "Silly Tavern Character Creator",
"loading_order": 9,
"requires": [],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "gmarth",
"version": "1.0.0",
"homePage": "https://git.project-insanity.de/gmarth/SillyCharacterExtension"
}