Browse.live Ad Control

Browse.live Ad Control

A browser extension that blocks unfair ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_ExtName__",
  "description": "__MSG_ExtDescription__",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_icon": "media/logo_icon_play.png",
    "default_popup": "popups/index.html"
  },
  "homepage_url": "https://browse.live",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "scripting",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "media/16.png",
    "48": "media/48.png",
    "128": "media/128.png"
  },
  "externally_connectable": {
    "ids": [],
    "matches": [
      "https://*.browse.live/*",
      "https://browse.live/*",
      "https://blur.live/*",
      "https://*.blur.live/*"
    ],
    "accepts_tls_channel_id": false
  },
  "version": "2.23.1122.2232",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}