Perplexity AI Sidebar Chat Firefox

Examine source code of Perplexity AI Sidebar Chat

By: Yiannis
Inspect and view changes in Perplexity AI Sidebar Chat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Perplexity AI Sidebar Chat",
  "author": "Yiannis Charalambous",
  "version": "0.1.1",
  "description": "A Firefox sidebar extension that integrates Perplexity AI for intelligent conversations about the current webpage content.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{aae7d5ec-6213-4881-94e9-4f0cee5ca081}"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "sidebar_action": {
    "default_title": "Perplexity AI Chat",
    "default_panel": "sidebar.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Perplexity AI Sidebar Chat Alternatives

Here are some Firefox add-ons that are similar to Perplexity AI Sidebar Chat: