ChatGPT 4

ChatGPT 4

ChatGPT 4: Engage, Discover, Automate, and Explore AI in one streamlined platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChatGPT 4",
  "short_name": "ChatGPT 4",
  "version": "1.0.7",
  "description": "ChatGPT 4: Engage, Discover, Automate, and Explore AI in one streamlined platform.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [],
  "action": {
    "default_icon": {
      "32": "images/32.png",
      "64": "images/64.png",
      "128": "images/128.png"
    },
    "default_title": "ChatGPT Sidebar"
  },
  "commands": {
    "openWindow": {
      "suggested_key": {
        "default": "Ctrl+B",
        "windows": "Ctrl+B",
        "mac": "Command+B",
        "chromeos": "Ctrl+B",
        "linux": "Ctrl+B"
      },
      "description": "ChatGPT 4: Engage, Discover, Automate, and Explore AI in one streamlined platform."
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png"
  }
}