Files
offerpai_browser_plug/package.json
T
2026-07-30 15:29:24 +08:00

37 lines
894 B
JSON

{
"name": "offerpie-extension",
"displayName": "Offer派智能投递助手",
"version": "0.1.1",
"description": "offer派平台旗下网申投递助手 - 自动化投递简历\n官网:https://offerpai.com.cn",
"scripts": {
"dev": "plasmo dev",
"build": "rimraf .plasmo/cache build && plasmo build && node scripts/fix-manifest.js",
"package": "plasmo package"
},
"dependencies": {
"@arco-design/web-react": "^2.66.14",
"plasmo": "^0.90.5",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@types/chrome": "^0.0.318",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"rimraf": "^6.1.3",
"typescript": "^5.8.3"
},
"manifest": {
"permissions": [
"activeTab",
"storage",
"tabs",
"cookies"
],
"host_permissions": [
"<all_urls>"
],
"action": {}
}
}