DeepSeek in Sidebar Firefox

Examine source code of DeepSeek in Sidebar

Inspect and view changes in DeepSeek in Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DeepSeek in Sidebar",
  "description": "Displays DeepSeek AI assistant in the Firefox sidebar with customizable shortcuts.",
  "version": "2.0.3",
  "author": "NotiLo-A",
  "homepage_url": "https://github.com/NotiLo-A/firefox-deepseek-in-sidebar",
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{43c6e9ce-a86a-4601-bbce-1e3608546335}",
      "strict_min_version": "100.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; font-src 'self' https://cdnjs.cloudflare.com; script-src 'self'; connect-src 'self' https://chat.deepseek.com; frame-src https://chat.deepseek.com; img-src 'self' data: https:;",
  "options_ui": {
    "page": "src/options/options.html",
    "browser_style": false,
    "open_in_tab": false
  },
  "sidebar_action": {
    "default_icon": {
      "16": "src/icons/deepseek-16x16.png",
      "32": "src/icons/deepseek-32x32.png",
      "192": "src/icons/deepseek-192x192.png"
    },
    "default_title": "DeepSeek",
    "default_panel": "src/sidebar/panel.html",
    "browser_style": false
  },
  "icons": {
    "16": "src/icons/deepseek-16x16.png",
    "32": "src/icons/deepseek-32x32.png",
    "192": "src/icons/deepseek-192x192.png"
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "Toggle the DeepSeek sidebar."
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "src/icons/deepseek-16x16.png",
      "32": "src/icons/deepseek-32x32.png"
    },
    "default_title": "Toggle DeepSeek Sidebar",
    "browser_style": false
  }
}

Best DeepSeek in Sidebar Alternatives

Here are some Firefox add-ons that are similar to DeepSeek in Sidebar: