Movie Search

Movie Search

The easy and fun way to watch trailers, explore popular movies and TV shows. Movie Search Makes Yahoo your default search when you install it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Movie Search",
  "version": "0.0.14",
  "manifest_version": 2,
  "description": "The easy and fun way to watch trailers, explore popular movies and TV shows. Movie Search will make Yahoo your default search after you install it. It requires your permission to access data on www.gettheresult.net. After you install Movie Search, click on the movie icon on your browser extensions bar to enjoy all of our features. Please read the Terms of Use https://eula.gettheresult.net, and Privacy Policy https://privacy.gettheresult.net.",
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "is_default": true,
      "keyword": "Movie Search",
      "name": "Movie Search Powered by Yahoo",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=iba&hsimp=yhs-3&type=moff_9374_FFW_ZZ&grd=1&p={searchTerms}",
      "suggest_url": "https://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "38": "icons/icon38.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon38.png",
    "default_title": "Movie Search",
    "default_popup": "/src/pop/index.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "permissions": [
    "*://*.gettheresult.net/*",
    "tabs"
  ],
  "web_accessible_resources": [
    "/icons/*"
  ]
}