MultiGPT - Access All chatbots at once

MultiGPT - Access All chatbots at once

All AI chatbots in one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.32",
  "icons": {
    "16": "src/assets/icon.png",
    "32": "src/assets/icon.png",
    "48": "src/assets/icon.png",
    "128": "src/assets/icon.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {},
  "host_permissions": [
    "https://*.bing.com/",
    "https://*.openai.com/",
    "https://*.chatgpt.com/",
    "https://*.google.com/",
    "https://*.claude.ai/",
    "https://*.pi.ai/",
    "https://*.phind.com/",
    "https://*.you.com/",
    "https://*.cohere.com/",
    "https://*.cohere.ai/",
    "wss://*/*",
    "https://firestore.googleapis.com/*"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "sidePanel",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess",
    "browsingData",
    "cookies",
    "tabs",
    "scripting"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/chatgpt-proxy.ts-loader-5030530e.js"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    },
    {
      "js": [
        "assets/you-proxy.ts-loader-4cef191d.js"
      ],
      "matches": [
        "https://you.com/*"
      ]
    }
  ],
  "commands": {
    "open-app": {
      "suggested_key": {
        "default": "Alt+J",
        "windows": "Alt+J",
        "linux": "Alt+J",
        "mac": "Command+J"
      },
      "description": "Open MultiGPT app"
    }
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_chatgpt",
        "enabled": true,
        "path": "src/rules/chatgpt.json"
      },
      {
        "id": "ruleset_bing",
        "enabled": true,
        "path": "src/rules/bing.json"
      },
      {
        "id": "ruleset_pplx",
        "enabled": true,
        "path": "src/rules/pplx.json"
      },
      {
        "id": "ruleset_phind",
        "enabled": true,
        "path": "src/rules/phind.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "resources": [
        "assets/browser-polyfill-31fa0c5f.js",
        "assets/proxy-fetch-4737c9e3.js",
        "assets/chatgpt-proxy.ts-713ce431.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://you.com/*"
      ],
      "resources": [
        "assets/browser-polyfill-31fa0c5f.js",
        "assets/proxy-fetch-4737c9e3.js",
        "assets/you-proxy.ts-e766e6f5.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}