Files
SillyTavern/public/scripts/extensions/expressions/manifest.json
2023-04-18 12:58:24 +03:00

13 lines
305 B
JSON

{
"display_name": "Character Expressions",
"loading_order": 6,
"requires": [],
"optional": [
"classify"
],
"js": "index.js",
"css": "style.css",
"author": "Cohee#1207",
"version": "1.0.0",
"homePage": "https://github.com/Cohee1207/SillyTavern"
}