BubbyBeep: Your AI Exploration Companion

BubbyBeep: Your AI Exploration Companion

Elevates browsing with AI-powered summaries, video insights, curated prompts, personalized queries, and direct AI chats

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.8.10",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "src/assets/logo-64.png",
    "32": "src/assets/logo-64.png",
    "48": "src/assets/logo-48.png",
    "128": "src/assets/logo-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {},
  "host_permissions": [
    "https://*.bing.com/",
    "https://*.openai.com/",
    "https://gemini.google.com/",
    "https://*.buddybeep.com/",
    "https://*.duckduckgo.com/",
    "https://*.poe.com/",
    "https://*.anthropic.com/",
    "https://*.claude.ai/"
  ],
  "optional_host_permissions": [
    "wss://*/*"
  ],
  "permissions": [
    "identity",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequestWithHostAccess",
    "sidePanel",
    "scripting",
    "activeTab"
  ],
  "oauth2": {
    "client_id": "13736349601-9nol47qdus5r0ou75dmjjk11l8fqcub8.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/chatgpt-inpage-proxy.ts-loader-69cdb4c8.js"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    },
    {
      "js": [
        "assets/index.tsx-loader-9d6ef60d.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "css": [
        "assets/index-e9c2779c.css"
      ]
    }
  ],
  "commands": {
    "open-app": {
      "suggested_key": {
        "default": "Alt+B",
        "windows": "Alt+B",
        "linux": "Alt+B",
        "mac": "Command+B"
      },
      "description": "Open BuddyBeep app"
    }
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_bing",
        "enabled": true,
        "path": "src/rules/bing.json"
      },
      {
        "id": "ruleset_ddg",
        "enabled": true,
        "path": "src/rules/ddg.json"
      },
      {
        "id": "ruleset_qianwen",
        "enabled": true,
        "path": "src/rules/qianwen.json"
      },
      {
        "id": "ruleset_baichuan",
        "enabled": true,
        "path": "src/rules/baichuan.json"
      },
      {
        "id": "ruleset_pplx",
        "enabled": true,
        "path": "src/rules/pplx.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "resources": [
        "assets/logger-8f2f37c1.js",
        "assets/proxy-fetch-4ae9e936.js",
        "assets/chatgpt-inpage-proxy.ts-1c2bb861.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "resources": [
        "assets/client-c543a942.js",
        "assets/index-a8e87e1a.js",
        "assets/logger-8f2f37c1.js",
        "assets/store-5a0124fd.js",
        "assets/index.tsx-47382c51.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/client-c543a942.js",
        "assets/turndown.browser.es-5fc522ad.js",
        "assets/logger-8f2f37c1.js",
        "assets/isTypedArray-a12f200e.js",
        "assets/contentTest.tsx-96e6d642.js",
        "assets/contentTest-58acb5e7.css"
      ],
      "use_dynamic_url": false
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}