Quinn

Quinn

Censors sexual content on a minor's computer, using the full capacity of Quinn's AI suite

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Quinn",
  "author": "The Solus Project",
  "version": "0.1.5",
  "description": "Censors sexual content on a minor's computer, using the full capacity of Quinn's AI suite",
  "content_scripts": [
    {
      "js": [
        "quinn.out.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "webRequest",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}