samoware-multisave/manifest.json
2025-08-27 23:26:38 +02:00

29 lines
731 B
JSON

{
"manifest_version": 2,
"name": "samoware-multisave",
"version": "1.0",
"description": "Whne using the groupware CommuniGate with the web application Samoware, this Browser extension saves all files attached to an openend email to a directory of the user's chhosing, prefixing each entry's filename with the current date. Yes, it's quite specific.",
"icons": {
"48": "icons/samoware-multisave-48.png",
"96": "icons/samoware-multisave-96.png"
},
"permissions": [
"activeTab",
"downloads"
],
"browser_action": {
"default_icon": "icons/samoware-multisave-32.png",
"default_title": "Samoware MultiSave"
},
"background": {
"scripts": [
"samoware-multisave.js"
]
}
}