Multi-clock

Multi-clock

Keep track of different time zones with multiple clocks in a stunning and minimalistic new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "app/multi-clock-popup.min.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_toolbarButtonTitle__"
  },
  "chrome_url_overrides": {
    "newtab": "multi-clock.html"
  },
  "content_security_policy": "script-src 'self' https://maps.google.com https://maps.googleapis.com https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "http://larsmagnus.co",
  "icons": {
    "16": "app/icons/multi-clock-browser-action-16.png",
    "19": "app/icons/multi-clock-browser-action-19.png",
    "38": "app/icons/multi-clock-browser-action-38.png",
    "48": "app/icons/multi-clock-48.png",
    "128": "app/icons/multi-clock-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "57",
  "name": "Multi-clock",
  "offline_enabled": true,
  "options_ui": {
    "page": "multi-clock-options.html"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "https://images.unsplash.com/",
    "https://maps.google.com/"
  ],
  "short_name": "Multi-clock",
  "version": "1.4.5"
}