ChatGPT 4o on the sidebar, with Claude 3, Gemini 1.5 | ChatbotsPlace

ChatGPT 4o on the sidebar, with Claude 3, Gemini 1.5 | ChatbotsPlace

Unlock the world of AI with just a click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.4.0",
  "default_locale": "zh_CN",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "sidePanel",
    "storage"
  ],
  "host_permissions": [
    "https://chatbotsplace.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-loader-f88f267d.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "open-side-panel": {
      "suggested_key": {
        "default": "Ctrl+M"
      },
      "description": "__MSG_extension_shortcutkeyDescription__"
    }
  },
  "icons": {
    "16": "logo/logo_16.png",
    "32": "logo/logo_32.png",
    "48": "logo/logo_48.png",
    "64": "logo/logo_64.png",
    "128": "logo/logo_128.png"
  },
  "minimum_chrome_version": "116",
  "options_page": "options.html",
  "side_panel": {
    "default_path": "index.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "logo/logo_128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index-1e58671e.js",
        "assets/mdi-43f08b72.js",
        "assets/content.ts-752e2612.js"
      ],
      "use_dynamic_url": true
    }
  ]
}