USA Time-Zones New Tab

USA Time-Zones New Tab

Search the internet on every new tab with the USA time-zones clocks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.01",
  "name": "USA Time-Zones New Tab",
  "description": "Search the internet on every new tab with the USA time-zones clocks",
  "icons": {
    "16": "icon-size/16.png",
    "48": "icon-size/48.png",
    "128": "icon-size/128.png"
  },
  "browser_action": {
    "default_icon": "icon-size/48.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  }
}