f3521e7007
* Convert jQuery/IIFE wrappers to exported init() functions and register activate hooks in 8 extension manifests * Convert remaining extensions to exported init() with activate hooks and await initExtensions() - Convert jQuery/IIFE wrappers to exported init() functions in expressions, memory, quick-reply, regex, stable-diffusion, translate, tts, and vectors extensions - Register init functions as activate hooks in extension manifests - Properly await async initExtensions() in firstLoadInit() * Fix eslint --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
17 lines
345 B
JSON
17 lines
345 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/SillyTavern/SillyTavern",
|
|
"hooks": {
|
|
"activate": "init"
|
|
}
|
|
}
|