Notifier for Outlook Firefox

Examine source code of Notifier for Outlook

Inspect and view changes in Notifier for Outlook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "{1053a21f-c2cb-4f87-bba7-1efedbd5dc71}"
    }
  },
  "manifest_version": 2,
  "name": "Notifier for Outlook",
  "short_name": "Notifier for Outlook",
  "description": "A free browser extension to help you monitor your email inbox.",
  "version": "3.0.2resigned1",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "static/js/main.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://notifierforoutlook.com/*"
      ],
      "js": [
        "static/js/main.js"
      ]
    }
  ],
  "icons": {
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "browser_action": {
    "default_icon": "assets/images/icon48.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "web_accessible_resources": [
    "*"
  ]
}

Best Notifier for Outlook Alternatives

Here are some Firefox add-ons that are similar to Notifier for Outlook: