Rotten Tomatoes Google Search (Updated)

Rotten Tomatoes Google Search (Updated)

Adds custom search engine to search Rottentomatoes.com for movies, TV shows, actors and more...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Rotten Tomatoes Search",
  "version": "1.1",
  "description": "Search Rottentomatoes.com for movies, TV shows, Actors and More...",
  "icons": {
    "96": "index.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Rotten Tomatoes",
      "search_url": "https://www.google.com/search?ie=utf8&oe=utf8&q=site%3Arottentomatoes.com+{searchTerms}",
      "keyword": "rt",
      "favicon_url": "https://www.rottentomatoes.com/assets/pizza-pie/images/favicon.ico",
      "encoding": "UTF-32"
    }
  }
}