CensorSense

CensorSense

Unlock a seamless online experience with our AI-powered Obscenity Blocker Concealer – liberate your browsing with sophistication!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "CensorSense",
  "description": "Unlock a seamless online experience with our AI-powered Obscenity Blocker Concealer – liberate your browsing with sophistication!",
  "version": "0.0.1",
  "permissions": [
    "storage",
    "offscreen",
    "contextMenus"
  ],
  "author": "Elamukilan, Sankara Vignesh and Sri Krishna",
  "action": {
    "default_title": "CensorSense",
    "default_popup": "src/popup.html"
  },
  "minimum_chrome_version": "109",
  "background": {
    "service_worker": "src/background.js"
  },
  "icons": {
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/assets/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}