Zimbra Mail Notifier

Zimbra Mail Notifier

This addon notifies you when new messages arrive in your Zimbra mailbox. You can view your next appointments and see also ongoing tasks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "2.7.5",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "browser_action": {
    "default_icon": "skin/images/icon_disabled.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "54.0"
    }
  },
  "icons": {
    "16": "skin/images/zimbra_mail_notifier_16.png",
    "32": "skin/images/zimbra_mail_notifier_32.png",
    "48": "skin/images/zimbra_mail_notifier_48.png",
    "64": "skin/images/zimbra_mail_notifier_64.png",
    "128": "skin/images/zimbra_mail_notifier_128.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "cookies",
    "http://*/",
    "https://*/",
    "webRequest",
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    "skin/images/zimbra_mail_notifier.png"
  ]
}