create-mellowtel-extension
Version:
Create a new Mellowtel browser extension with one command
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "mellowtel-example",
"displayName": "Mellowtel Example Extension with Plasmo",
"version": "0.0.1",
"description": "Example extension showing how to use Mellowtel with Plasmo",
"author": "Mellowtel",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"overrides": {
"@parcel/watcher": "2.1.0"
},
"dependencies": {
"mellowtel": "^1.4.8",
"next": "14.1.0",
"plasmo": "0.89.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@plasmohq/rps": "1.8.7",
"@plasmohq/storage": "1.12.0",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"manifest": {
"permissions": [
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"\u003Call_urls\u003E"
]
}
}