Perplexity Quick Search Firefox

Examine source code of Perplexity Quick Search

By: Valkryx
Inspect and view changes in Perplexity Quick Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Perplexity Quick Search for Mozilla",
  "version": "1.2",
  "description": "Allows you to quickly search using Perplexity via the keyword ask and styles Perplexity to be similar to Arc Search's Browse For Me.",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*.google.com/*",
    "https://www.perplexity.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.perplexity.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "perplexity.css"
      ],
      "html": [
        "perplexity.html"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "perplexityquicksearch@valkryx.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "./icons/icon16.png",
      "48": "./icons/icon48.png",
      "128": "./icons/icon128.png"
    },
    "default_popup": "popup.html"
  }
}

Best Perplexity Quick Search Alternatives

Here are some Firefox add-ons that are similar to Perplexity Quick Search: