Examine source code of Alexandria Search

Inspect and view changes in Alexandria 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": "Alexandria Search",
  "version": "1.0.0",
  "description": "Easily add Alexandria as a search engine in Firefox.",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Alexandria",
      "search_url": "https://www.alexandria.org/?q={searchTerms}",
      "favicon_url": "https://www.alexandria.org/favicon.ico",
      "keyword": "alexandria"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d05fd8fb-3a4d-4fd5-b9dc-67314c14e39f}"
    }
  }
}