TV Tropes Search

TV Tropes Search

Search on TV Tropes, a trope database and life destroyer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TV Tropes Search",
  "description": "Search on TV Tropes, a trope database and life destroyer.",
  "version": "1.1",
  "applications": {
    "gecko": {
      "strict_min_version": "60.0"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "TV Tropes",
      "search_url": "https://tvtropes.org/pmwiki/search_result.php/?q={searchTerms}",
      "keyword": "disc",
      "favicon_url": "https://static.tvtropes.org/img/icons/favicon.ico",
      "is_default": false,
      "encoding": "UTF-8"
    }
  },
  "icons": {
    "16": "./icon.jpg"
  }
}