McAfee® Web Boost

McAfee® Web Boost

Stop videos from auto-playing and slowing down your web-browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "ui/popup.html",
    "default_title": "__MSG_brand_Name__ __MSG_ext_Name__"
  },
  "default_locale": "en",
  "description": "__MSG_ext_Description__",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ext_FullName__",
  "permissions": [
    "webRequestBlocking",
    "tabs",
    "webRequest",
    "nativeMessaging",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "webNavigation",
    "activeTab"
  ],
  "version": "1.0.0.0",
  "web_accessible_resources": [
    "images/*.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}