Cookie Block Pro

Cookie Block Pro

Blocks ads and annoying cookies as well as optimising your browser by clearing cache many other things you choose

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Block Pro",
  "version": "1.1",
  "short_name": "Cache clearing, AdBlock, Cookie Pro",
  "description": "Blocks ads and annoying cookies as well as optimising your browser by clearing cache many other things you choose",
  "homepage_url": "https://cookieblockpro.com",
  "manifest_version": 2,
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "oauth2": {
    "client_id": "1028290443440-30sk7jien9eo4hqlj3nd9b669ef25hd0.apps.googleusercontent.com",
    "scopes": [
      "profile email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Command+Shift+A",
        "windows": "Ctrl+Shift+A",
        "chromeos": "Ctrl+Shift+A",
        "linux": "Ctrl+Shift+A"
      },
      "description": "Opens Cookie Block Pro"
    }
  },
  "permissions": [
    "browsingData",
    "identity",
    "identity.email",
    "notifications",
    "alarms",
    "cookies",
    "tabs",
    "activeTab",
    "storage",
    "gcm",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "notifications",
    "webRequestBlocking",
    "webNavigation",
    "scripting"
  ],
  "browser_action": {
    "default_icon": {
      "16": "logo192.png",
      "24": "logo192.png",
      "32": "logo192.png",
      "48": "logo192.png",
      "128": "logo192.png"
    },
    "default_title": "Cookie Block Pro",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "messages/referal.js",
      "messages/webpush.js",
      "messages/master.js",
      "background.js",
      "data/rules.js",
      "data/background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self' 'sha256-vh7wvFqcB2pp1VsAZ2JKcqdFp+QDKLQ1/1eNuR0KZs0='; object-src 'self'"
}