Microsoft Outlook

Microsoft Outlook

Send and receive email, manage your calendar, tasks, and more without opening a new tab.

Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_appDesc__",
  "version": "1.0.4",
  "name": "__MSG_appName__",
  "default_locale": "en",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+O",
        "mac": "Command+Shift+O",
        "chromeos": "Ctrl+Shift+O",
        "linux": "Ctrl+Shift+O"
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-32-gray.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://outlook.office.com/mail/mini/opxdeeplink/mail/inbox",
        "https://login.live.com/*",
        "https://login.microsoftonline.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "kkpalkknhlklpbflpcpkepmmbnmfailf/auth.html",
    "kkpalkknhlklpbflpcpkepmmbnmfailf/icon-32.png",
    "ajanlknhcmbhbdafadmkobjnfkhdiegm/auth.html",
    "ajanlknhcmbhbdafadmkobjnfkhdiegm/icon-32.png"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "notifications",
    "identity",
    "identity.email"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}