{ "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" ] } }