Mail Notifier for Outlook™

Mail Notifier for Outlook™

Get your notification button for Mail Outlook™ right now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "{170cba81-f69d-4e9e-ad4a-af2c89ce0455}"
    }
  },
  "background": {
    "scripts": [
      "background.js",
      "newtabpromo_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "__MSG_appButtonDesc__"
  },
  "content_scripts": [],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "https://*.live.com/*"
  ],
  "short_name": "__MSG_appShortName__",
  "version": "1.0.4.36"
}