{ "name": "vidbee-extension", "description": "manifest.json description", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "wxt", "dev:firefox": "wxt -b firefox", "build": "wxt build", "build:firefox": "wxt build -b firefox", "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox", "compile": "tsc --noEmit", "postinstall": "wxt prepare" }, "dependencies": { "react": "^19.2.3", "react-dom": "^19.2.3" }, "devDependencies": { "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@wxt-dev/module-react": "^1.1.5", "typescript": "^5.9.3", "wxt": "^0.20.6" } }