{ "name": "give-blue-newt", "displayName": "Give blue newt", "version": "0.0.1", "description": "A basic Plasmo extension.", "author": "Plasmo Corp. ", "scripts": { "dev": "plasmo dev", "build": "plasmo build", "test": "plasmo test" }, "dependencies": { "@plasmohq/messaging": "^0.5.0", "plasmo": "0.82.1", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "4.1.0", "@types/chrome": "0.0.243", "@types/node": "20.5.0", "@types/react": "18.2.20", "@types/react-dom": "18.2.7", "prettier": "3.0.2", "typescript": "5.1.6" }, "manifest": { "host_permissions": [ "https://*/*" ] } }