Outlook Web App Unread Count Firefox

Examine source code of Outlook Web App Unread Count

Inspect and view changes in Outlook Web App Unread Count 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 Unread Count",
  "short_name": "OWA Unread Count",
  "description": "Update the favicon and title with an unread count",
  "version": "1.0.1",
  "author": "Luke Bonaccorsi",
  "homepage_url": "https://github.com/codefoodpixels/owa_unread_count_webextension",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://outlook.office.com/mail/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "favicon.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "owa_unread_count@lukeb.co.uk",
      "strict_min_version": "54.0"
    }
  }
}

Best Outlook Web App Unread Count Alternatives

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