Outlook Web App Notifications Firefox

Examine source code of Outlook Web App Notifications

Inspect and view changes in Outlook Web App Notifications source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Outlook Web App Notifications",
  "short_name": "OWA Notifications",
  "description": "Add system notifications capability to OWA (Outlook Web App). No configuration needed. System notifications about new emails or reminders are shown, the fav icon and window title are also updated with the unread email/reminder count.",
  "version": "1.9.7",
  "author": "Mihai Chezan",
  "homepage_url": "https://github.com/mihai-chezan/owa_notifications_firefox_extension",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/owa/*",
        "https://outlook.live.com/mail/*",
        "https://outlook.office365.com/mail/*",
        "https://outlook.office.com/mail/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "owa_notifications@mihai-chezan.github.com",
      "strict_min_version": "57.0"
    }
  }
}

Best Outlook Web App Notifications Alternatives

Here are some Firefox add-ons that are similar to Outlook Web App Notifications: