37 lines
915 B
JSON
37 lines
915 B
JSON
{
|
|
"name": "home-toolbox",
|
|
"displayName": "小窝工具箱",
|
|
"version": "0.0.1",
|
|
"description": "一个借助浏览器插件特性与小窝后端快速交互的方式",
|
|
"author": "Dreamer-Paul. <dreamer_paul@126.com>",
|
|
"scripts": {
|
|
"dev": "plasmo dev",
|
|
"build": "plasmo build",
|
|
"test": "plasmo test"
|
|
},
|
|
"dependencies": {
|
|
"@plasmohq/messaging": "^0.6.2",
|
|
"plasmo": "0.85.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
|
|
"@types/chrome": "0.0.266",
|
|
"@types/node": "20.5.0",
|
|
"@types/react": "18.2.20",
|
|
"@types/react-dom": "18.2.7",
|
|
"less": "^4.2.0",
|
|
"prettier": "3.0.2",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"manifest": {
|
|
"permissions": [
|
|
"tabs", "storage", "scripting", "contextMenus", "clipboardWrite"
|
|
],
|
|
"host_permissions": [
|
|
"https://*/*"
|
|
]
|
|
}
|
|
}
|