ChatbotsPlace - ChatGPT on the sidebar

ChatbotsPlace - ChatGPT on the sidebar

Chat with OpenAI's ChatGPT, Claude 3, LLAMA, Google Gemini, and create images using AI!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.2.1",
  "default_locale": "en",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "sidePanel"
  ],
  "host_permissions": [
    "https://chatbotsplace.com/*"
  ],
  "commands": {
    "open-side-panel": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "Command+Period"
      },
      "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",
  "side_panel": {
    "default_path": "index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}