e-clock

e-clock

Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "e-clock",
  "version": "3.6.1",
  "description": "__MSG_i18nShortDescription__",
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "geolocation"
  ],
  "offline_enabled": true,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}