qwip AI Detection BETA Firefox

Examine source code of qwip AI Detection BETA

Inspect and view changes in qwip AI Detection BETA source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "qwip AI Detection BETA",
  "version": "0.0.0.2",
  "description": "THIS EXTENSION IS FOR BETA TESTING. Privacy-first AI image detection with local processing and community verification. Detects AI-generated images in real-time.",
  "author": "qwip",
  "homepage_url": "https://qwip.io",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "contextMenus",
    "menus",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.mjs"
      ],
      "run_at": "document_idle",
      "type": "module"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background/background.mjs"
    ],
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/wasm/*",
        "assets/models/*",
        "assets/libs/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@qwip_ai_detection",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "websiteContent"
        ]
      },
      "strict_min_version": "58.0"
    }
  }
}

Best qwip AI Detection BETA Alternatives

Here are some Firefox add-ons that are similar to qwip AI Detection BETA: