search-fastshare.cz

search-fastshare.cz

Search engine for FastShare.cz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "search-fastshare.cz",
  "version": "0.0.1",
  "author": "Jirka Justra",
  "description": "Search engine for FastShare.cz. This spectaculous extension searches server FastShare.cz for query text you will supply to it throught address bar (by entering it with input device/method of your choice and clicking small, bottomy thingy with 'F' icon afterwards). Once you do so, magic unicorns get hard to work to deliver that important text you've just entered to aforementioned server and wait for results of search engine heavy lifting. Once they get them, it is only matter of time (fraction of seconds usually [guarantion (or exact timing) is not part of licence agreement]) for those lovely creatures to put them in front of your eyes in form of 'search result page' (tm) from server FastShare.cz - that is the original server this addon is designated for.",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "120": "logo.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "fastshare.cz",
      "search_url": "https://fastshare.cz/{searchTerms}/s",
      "keyword": "fastshare",
      "favicon_url": "https://fastshare.cz/favicon.ico"
    }
  }
}