Outlook Web Obvious Unread

Outlook Web Obvious Unread

Make the new Outlook web client's unread emails much harder to miss.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "css": [
        "src/inject/inject.css"
      ],
      "matches": [
        "https://outlook.office.com/*",
        "https://outlook.office365.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "Make the new Outlook web client's unread emails much harder to miss.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg2NS1cZ2qbepvhETofvsJnIgbOptxEwA+994UB6lQJMCXKfJqeWRC8xWrnQ3nLeU5e4hgH9BNifODBjRfFOKSv+b0fKr0MGnW5dT73fUitPuVoKdyzfumSQTVAVQA3xLQ9etiYBCW7Dp5RwaUjk0eM5h92Q75mNYmmF1kyBJU4llfeRtcytZfHxyQIfwEnd73QRH5Ash3VlIuIB1rOCly37hbUqIZzUBeBwTe7PfVjb3v0TzfDb8onZo7tIPOfIeDOQUxDAY0KFw/rw5N613rmRRzvgYrLIY47fKuTE+igI3m53gcBPrr2Rm8ZcYRVgNKIh9wjFDzoHWWlQ65HhssQIDAQAB",
  "manifest_version": 2,
  "name": "Outlook Web Obvious Unread",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.71"
}