Top Movies New Tab

Top Movies New Tab

Top Movies Search allows you to customize your New Tab page and easily search from it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Top Movies New Tab",
  "version": "1.1",
  "permissions": [
    "chrome://favicon/*",
    "sessions",
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "description": "Top Movies Search allows you to customize your New Tab page and easily search from it.",
  "page_action": {
    "default_popup": "settings.html",
    "default_icon": {
      "16": "images/video-timelapse-16.png",
      "32": "images/video-timelapse-32.png",
      "48": "images/video-timelapse-48.png",
      "128": "images/video-timelapse-100.png"
    }
  },
  "manifest_version": 2
}