Adblocker for Outlook™

Adblocker for Outlook™

Hide ads in Outlook™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/launch.js"
  },
  "action": {
    "default_icon": {
      "16": "img/16.png",
      "64": "img/64.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_app_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://outlook.live.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_APP_DESCRIPTION__",
  "homepage_url": "https://adblocker-for-outlook.freebusinessapps.net",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_APP_NAME__",
  "permissions": [
    "storage"
  ],
  "short_name": "__MSG_APP_NAME__",
  "version": "3.0.0"
}