AI Smart Search Firefox

Examine source code of AI Smart Search

Inspect and view changes in AI Smart Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Search",
  "version": "2.0",
  "description": "Automatically redirects questions to Perplexity AI instead of Google. \n Ss icons created by Grafixpoint - Flaticon",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "*://www.google.com/*",
    "*://www.perplexity.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.perplexity.ai/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smart-search@jaggedgem.tech"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/icon.png"
    }
  }
}

Best AI Smart Search Alternatives

Here are some Firefox add-ons that are similar to AI Smart Search: