{ "manifest_version": 2, "name": "Mailcatcher Viewer", "version": "1.0", "description": "Affiche les emails depuis une instance Mailcatcher", "permissions": ["storage", "http://*/", "https://*/", "activeTab"], "browser_action": { "default_popup": "popup.html", "default_icon": "mail.svg" }, "icons": { "48": "mail.svg", "96": "mail.svg" }, "browser_specific_settings": { "gecko": { "id": "@5ika-mailcatcher-viewer", "data_collection_permissions": { "required": ["none"], "optional": [] } } } }