Total WebShield: Chrome Antivirus Protection

Total WebShield: Chrome Antivirus Protection

Enjoy a safer internet browsing experience, secure from phishing and malware.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Total WebShield: Chrome Antivirus Protection",
  "author": "Protected.net",
  "description": "__MSG_manifest_description__",
  "version": "2.8.0",
  "web_accessible_resources": [
    "/assets/img/*",
    "/app/webshield/*",
    "/app/lander/*",
    "/web-accessible-resources/*",
    "/app/serve_injectable_content/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "/assets/img/_brand/icon/16px.png",
      "20": "/assets/img/_brand/icon/20px.png",
      "44": "/assets/img/_brand/icon/44px.png",
      "48": "/assets/img/_brand/icon/48px.png",
      "54": "/assets/img/_brand/icon/54px.png"
    },
    "default_popup": "app/popup/index.html"
  },
  "icons": {
    "16": "/assets/img/_brand/icon/16px.png",
    "20": "/assets/img/_brand/icon/20px.png",
    "44": "/assets/img/_brand/icon/44px.png",
    "48": "/assets/img/_brand/icon/48px.png",
    "54": "/assets/img/_brand/icon/54px.png",
    "64": "/assets/img/_brand/icon/64px.png",
    "80": "/assets/img/_brand/icon/80px.png",
    "90": "/assets/img/_brand/icon/90px.png",
    "120": "/assets/img/_brand/icon/120px.png",
    "128": "/assets/img/_brand/icon/128px.png",
    "150": "/assets/img/_brand/icon/150px.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "/app/vendor/vendor.min.js",
      "/app/shared/shared.min.js",
      "/app/background/background.min.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/app/continuous_protection_listener/continuous_protection_listener.min.js"
      ],
      "matches": [
        "http://*/continuous-protection",
        "https://*/continuous-protection"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "app/adblock_content/adblock_content.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "/app/vendor/vendor.min.js",
        "/app/shared/shared.min.js",
        "app/injectable_content/injectable_content.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "/app/vendor/vendor.min.js",
        "/app/shared/shared.min.js",
        "app/safe_results/safe_results.min.js"
      ],
      "matches": [
        "*://www.google.com/*",
        "*://www.google.co.uk/*",
        "*://www.bing.com/*",
        "*://search.yahoo.com/*",
        "*://uk.search.yahoo.com/*",
        "*://images.search.yahoo.com/*",
        "*://uk.images.search.yahoo.com/*",
        "*://news.search.yahoo.com/*",
        "*://uk.news.search.yahoo.com/*",
        "*://www.yahoo.com/*",
        "*://www.ask.com/*",
        "*://search.aol.co.uk/*",
        "*://search.aol.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "app/my_dot_dashboard_modifier/my_dot_dashboard_modifier.min.js"
      ],
      "matches": [
        "*://my.totaladblock.com/*",
        "*://my.totalwebshield.com/*",
        "*://my.totalav.com/*",
        "*://adblock.totalav.com/*",
        "*://av.totaladblock.com/*",
        "*://adblock.totaladblock.com/*",
        "*://adblock.totalwebshield.com/*",
        "*://shield.totaladblock.com/*",
        "*://browser.totaladblock.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "alarms",
    "contentSettings",
    "cookies",
    "notifications",
    "privacy",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ],
  "optional_permissions": [
    "downloads"
  ]
}