SillyTavern/public/scripts/extensions/quick-reply/manifest.json

12 lines
271 B
JSON
Raw Normal View History

2023-07-20 19:32:15 +02:00
{
"display_name": "Quick Replies",
"loading_order": 12,
"requires": [],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "RossAscends#1779",
2023-12-20 14:39:09 +01:00
"version": "2.0.0",
2023-07-20 19:32:15 +02:00
"homePage": "https://github.com/SillyTavern/SillyTavern"
2023-12-20 14:39:09 +01:00
}