Chat GPT Diagram

Chat GPT Diagram

Chat GPT Diagram is a powerful browser extension designed to enhance your experience on chat platforms by effortlessly transforming…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Chat GPT Diagram",
  "version": "0.0.4",
  "permissions": [],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "logo-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}