ChadGuard

ChadGuard

Reveal your inner chad with ChadGuard, an AI powered website blocker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ChadGuard",
  "version": "1.0.4",
  "description": "Reveal your inner chad with ChadGuard, an AI powered website blocker.",
  "manifest_version": 3,
  "homepage_url": "https://github.com/LaGuerrePiece/ChadGuard",
  "permissions": [
    "storage",
    "identity"
  ],
  "incognito": "split",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "https://discordapp.com/api/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  },
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "nsfwjsmin2.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "blockpages/Stop_And_Reflect.html",
        "blockpages/Stop_And_Refocus.html",
        "nsfw-filter-models/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}