- Configuration tab: inject session script button + auto-inject toggle - Chat tab replaced by read-only live Studio feed mirror (polls /chat/history) - content.js now checks auto-inject flag before initializing 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
15 lines
222 B
JSON
15 lines
222 B
JSON
{
|
|
"name": "muyue-extension",
|
|
"version": "0.9.6",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"build": "wxt build",
|
|
"zip": "wxt zip"
|
|
},
|
|
"dependencies": {
|
|
"wxt": "^0.20"
|
|
}
|
|
}
|