AI Content Detector - Copyleaks

AI Content Detector - Copyleaks

Verify what content was written by a human or an AI chatbot with the AI Content Detector browser extension from Copyleaks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Content Detector - Copyleaks",
  "version": "3.2",
  "description": "Verify what content was written by a human or an AI chatbot with the AI Content Detector browser extension from Copyleaks.",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://app.copyleaks.com/"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "assets/icons/icon-16x16.png",
    "48": "assets/icons/icon-48x48.png",
    "128": "assets/icons/icon-128x128.png"
  },
  "action": {
    "default_popup": "index.html"
  }
}