Chat GPT Sidebar - OpenAi (Support Chat GPT 4)

Chat GPT Sidebar - OpenAi (Support Chat GPT 4)

Chat GPT Sidebar - OpenAI(Support Chat GPT 4): Your intelligent companion based on Chat GPT from OpenAI that seamlessly delivers useful information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.1.9",
  "manifest_version": 3,
  "options_page": "options.html",
  "host_permissions": [
    "https://*.openai.com/"
  ],
  "permissions": [
    "storage",
    "cookies",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_title": "Chat GPT Sidebar",
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "webcomponents-bundle.js",
        "contentScript.bundle.js",
        "index.js"
      ],
      "css": [
        "fonts.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png",
        "logo.svg",
        "openai.svg",
        "fonts.css",
        "Quicksand-Medium.ttf",
        "Quicksand-SemiBold.ttf",
        "Quicksand-Bold.ttf",
        "options.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}