AI Image Detector & Fake Picture Check Online

AI Image Detector & Fake Picture Check Online

Most Accurate AI Image Detector, Ai Image Checker & Fake Image Detector Chrome Extension

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Image Detector & Fake Picture Check Online",
  "description": "Most Accurate AI Image Detector, Ai Image Checker & Fake Image Detector Chrome Extension",
  "manifest_version": 3,
  "version": "1.0.0",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}