Buffup - AI Copilot of ChatGPT4 & Claude3 with 1K+ bots

Buffup - AI Copilot of ChatGPT4 & Claude3 with 1K+ bots

AI Copilot of ChatGPT4 & Claude3 with 1K+ bots, GPTs, Internet Connectivity, Translation, Summarization.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "2.0.0",
  "default_locale": "en",
  "name": "Buffup - AI Copilot of ChatGPT4 & Claude3 with 1K+ bots",
  "description": "AI Copilot of ChatGPT4 & Claude3 with 1K+ bots, GPTs, Internet Connectivity, Translation, Summarization.",
  "permissions": [
    "storage",
    "contextMenus",
    "sidePanel"
  ],
  "side_panel": {
    "default_path": "index.html"
  },
  "minimum_chrome_version": "116",
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader-KDbbyt4n.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "assets/tutorial.ts-loader-cY4KGeze.js"
      ],
      "matches": [
        "https://buffup.ai/tutorial"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.buffup.ai/*",
      "http://localhost:5172/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "static/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/common-function-rrefnoo0.js",
        "assets/emotion-css.esm-baZ8-pBT.js",
        "assets/index--W17A_4i.js",
        "assets/index-dOBDYGsw.js",
        "assets/sidebar-hy4FQd13.js",
        "assets/global-mjO_tR7Z.js",
        "assets/main.tsx-ZM-UxXtO.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://buffup.ai/*"
      ],
      "resources": [
        "assets/index-dOBDYGsw.js",
        "assets/common-function-rrefnoo0.js",
        "assets/tutorial.ts-B1IEHYyB.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_title": "Buffup: AI Copilot of ChatGPT4 & Claude3 with 1K+ bots",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "static/logo/logo_bg_32.png",
      "48": "static/logo/logo_bg_48.png",
      "128": "static/logo/logo_bg_128.png",
      "256": "static/logo/logo_bg_256.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Up",
        "mac": "Command+Up"
      }
    },
    "toggleSidePanel": {
      "suggested_key": {
        "default": "Alt+B",
        "mac": "Alt+B"
      },
      "description": "Open/Close Copilot side panel"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*.openai.com/",
    "<all_urls>"
  ],
  "icons": {
    "32": "static/logo/logo_bg_32.png",
    "48": "static/logo/logo_bg_48.png",
    "128": "static/logo/logo_bg_128.png",
    "256": "static/logo/logo_bg_256.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}