58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "mailcow-aliases",
|
|
"displayName": "Mailcow Aliases",
|
|
"version": "2.2.0",
|
|
"description": "Generate Mailcow aliases on the fly!",
|
|
"author": "jonah",
|
|
"homepage": "https://github.com/jonerrr/mailow-alias-extension/",
|
|
"scripts": {
|
|
"dev": "plasmo dev",
|
|
"build": "plasmo build",
|
|
"package": "plasmo package",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@mantine/core": "^6.0.19",
|
|
"@mantine/notifications": "^6.0.19",
|
|
"@ngneat/falso": "^7.0.1",
|
|
"@plasmohq/messaging": "^0.5.0",
|
|
"@plasmohq/storage": "^1.7.2",
|
|
"dayjs": "^1.11.9",
|
|
"plasmo": "0.83.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tabler-icons-react": "^1.56.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.6.2",
|
|
"@jest/types": "^29.6.1",
|
|
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
|
|
"@types/chrome": "0.0.243",
|
|
"@types/node": "20.5.0",
|
|
"@types/react": "18.2.20",
|
|
"@types/react-dom": "18.2.7",
|
|
"dotenv": "^16.3.1",
|
|
"jest": "^29.6.2",
|
|
"jest-environment-jsdom": "^29.6.2",
|
|
"jest-webextension-mock": "^3.8.9",
|
|
"prettier": "3.0.1",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"manifest": {
|
|
"permissions": [
|
|
"tabs",
|
|
"contextMenus",
|
|
"clipboardWrite"
|
|
],
|
|
"host_permissions": [
|
|
"https://*/*"
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "$FIREFOX_EXT_ID"
|
|
}
|
|
}
|
|
}
|
|
}
|