Blame Raw
Cohee · 51ad27fb · · 16 lines (339 B)
2 contributors
1{
2 "display_name": "Image Captioning",
3 "loading_order": 4,
4 "requires": [],
5 "optional": [
6 "caption"
7 ],
8 "js": "index.js",
9 "css": "style.css",
10 "author": "Cohee#1207",
11 "version": "1.0.0",
12 "homePage": "https://github.com/SillyTavern/SillyTavern",
13 "hooks": {
14 "activate": "init"
15 }
16}