GreenGuard - Adblocker

GreenGuard - Adblocker

Greenguard blocks ads so you can browse faster, safer and use the internet privately, all while supporting the environment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "0.2.94",
  "homepage_url": "https://greenguard.me",
  "author": "GreenGuard",
  "permissions": [
    "webNavigation",
    "tabs",
    "activeTab",
    "scripting",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "cookies"
  ],
  "host_permissions": [
    "*://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-d406b24d.js"
      ],
      "matches": [
        "*://*/*",
        "https://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": false,
        "path": "src/rules/rules_adwarning.json"
      },
      {
        "id": "ruleset_2",
        "enabled": false,
        "path": "src/rules/rules_annoyance.json"
      },
      {
        "id": "ruleset_3",
        "enabled": false,
        "path": "src/rules/rules_cookie.json"
      },
      {
        "id": "ruleset_4",
        "enabled": false,
        "path": "src/rules/rules_du.json"
      },
      {
        "id": "ruleset_5",
        "enabled": false,
        "path": "src/rules/rules_ehiding.json"
      },
      {
        "id": "ruleset_6",
        "enabled": false,
        "path": "src/rules/rules_en.json"
      },
      {
        "id": "ruleset_7",
        "enabled": false,
        "path": "src/rules/rules_international.json"
      },
      {
        "id": "ruleset_8",
        "enabled": false,
        "path": "src/rules/rules_noadult.json"
      },
      {
        "id": "ruleset_9",
        "enabled": false,
        "path": "src/rules/rules_privacy.json"
      },
      {
        "id": "ruleset_10",
        "enabled": false,
        "path": "src/rules/rules_socialblocking.json"
      }
    ]
  },
  "icons": {
    "16": "src/assets/icons/icon-16.png",
    "38": "src/assets/icons/icon-38.png",
    "48": "src/assets/icons/icon-48.png",
    "128": "src/assets/icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "src/web-accessible-resources/*"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/content.ts-478f0955.js"
      ],
      "use_dynamic_url": true
    }
  ]
}