Blixem | ChatGPT conversational sidebar

Blixem | ChatGPT conversational sidebar

Access full ChatGPT features on every website with Blixem, including the ability to continue conversations across tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Blixem | ChatGPT conversational sidebar",
  "homepage_url": "https://blixem.io/gpt/",
  "description": "Access full ChatGPT features on every website with Blixem, including the ability to continue conversations across tabs.",
  "version": "1.0.9",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_title": "Blixem | ChatGPT conversational sidebar"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.blixem.io/*",
      "https://gpt.blixem.io/*",
      "https://*.blixem.io/*",
      "https://blixem.io/*",
      "https://blixemchatgpt.b4a.app/*"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script.js-loader-2ea570c0.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content.css",
        "index.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/IconBlixem-52026a60.js",
        "assets/content-script.js-c20d8f8b.js"
      ],
      "use_dynamic_url": true
    }
  ]
}