Files
MuyueWorkspace/extension/package.json
Augustin f4af63afec
All checks were successful
Beta Release / beta (push) Successful in 1m25s
feat(extension): Chrome/Edge only + side panel chat tabs (v0.9.0)
- Remove Firefox build support (CI, Makefile, wxt config)
- Fix chrome.alarms undefined error (add 'alarms' permission)
- Add Chat tab to side panel connected to Studio API (/api/chat)
- Streaming SSE, tool calls, code blocks, thinking display
- Shared chat history with desktop Studio
- New lib/api.js client for extension chat endpoints

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-04-27 18:48:04 +02:00

15 lines
222 B
JSON

{
"name": "muyue-extension",
"version": "0.9.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip"
},
"dependencies": {
"wxt": "^0.20"
}
}