mirror of
https://github.com/DIYgod/RSSHub-Radar.git
synced 2026-08-28 17:45:13 +08:00
39 lines
913 B
JSON
39 lines
913 B
JSON
{
|
|
"name": "rsshub-radar",
|
|
"displayName": "RSSHub Radar",
|
|
"version": "2.0.0",
|
|
"description": "Browser extension that simplifies finding and subscribing RSS and RSSHub",
|
|
"author": "DIYgod <i@diygod.me>",
|
|
"scripts": {
|
|
"dev": "plasmo dev",
|
|
"build": "plasmo build",
|
|
"package": "plasmo package"
|
|
},
|
|
"dependencies": {
|
|
"@plasmohq/messaging": "^0.6.1",
|
|
"plasmo": "0.84.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
|
|
"@types/chrome": "0.0.251",
|
|
"@types/node": "20.9.0",
|
|
"@types/react": "18.2.37",
|
|
"@types/react-dom": "18.2.15",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.32",
|
|
"prettier": "3.0.3",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"manifest": {
|
|
"host_permissions": [
|
|
"https://*/*"
|
|
],
|
|
"permissions": [
|
|
"tabs"
|
|
]
|
|
}
|
|
}
|