GPT Chat

GPT Chat

Use ChatGPT with WhatsApp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "48": "i48px.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Use ChatGPT with WhatsApp",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "24": "i24px.png",
    "48": "i48px.png",
    "128": "i128px.png"
  },
  "commands": {
    "openWindow": {
      "suggested_key": {
        "default": "Alt+W",
        "windows": "Alt+W",
        "mac": "Alt+W",
        "chromeos": "Alt+W",
        "linux": "Alt+W"
      },
      "description": "GPT Chat"
    }
  },
  "manifest_version": 3,
  "name": "GPT Chat",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.9"
}