Top Movies Search | Default Search

Top Movies Search | Default Search

An upscale web tool that makes the process of searching all your favorite movies easier and faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "fav.png"
    },
    "default_popup": "popup.html",
    "default_title": "Top Movies Search"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://topmoviessearch.com/favicon.ico",
      "is_default": true,
      "keyword": "topmoviessearch.com",
      "name": "Top Movies Search",
      "search_url": "https://topmoviessearch.com/r/extds13?keywords={searchTerms}"
    }
  },
  "description": "An upscale web tool that makes the process of searching all your favorite movies easier and faster.",
  "icons": {
    "128": "fav.png"
  },
  "manifest_version": 2,
  "name": "Top Movies Search | Default Search",
  "permissions": [
    "*://topmoviessearch.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}