Examine source code of Peekier search engine

Inspect and view changes in Peekier search engine 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": "Peekier search engine",
  "description": "Adds a search engine that searches peekier.com",
  "version": "1.1resigned1",
  "icons": {
    "192": "iconhq.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Peekier",
      "search_url": "https://peekier.com/#!{searchTerms}",
      "favicon_url": "https://peekier.com/assets/favicon.png",
      "is_default": true
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c2fceae1-53df-45e3-a0e7-8c834df7f778}"
    }
  }
}