Examine source code of Findx Default Search

Inspect and view changes in Findx Default Search source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Findx",
  "version": "1.1.1resigned1",
  "description": "Findx - search in private. Take a stance against involuntary data collection.",
  "browser_action": {
    "default_icon": "images/icon_default.png"
  },
  "applications": {
    "gecko": {
      "id": "findx@findx.com",
      "strict_min_version": "53.0"
    }
  },
  "icons": {
    "128": "images/findx_logo.png"
  },
  "background": {
    "scripts": [
      "js/main.js"
    ],
    "persistent": true
  },
  "omnibox": {
    "keyword": "f"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Findx",
      "keyword": "Findx",
      "search_url": "https://www.findx.com/web?q={searchTerms}",
      "favicon_url": "https://www.findx.com/favicon.ico",
      "suggest_url": "https://www.findx.com/api/web-search/suggestions/?q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}