Destato Clock +

Destato Clock +

Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Destato Clock +",
  "description": "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.",
  "version": "1.3",
  "permissions": [
    "https://www.google-analytics.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "files/index.html"
  },
  "browser_action": {
    "default_popup": "files/popup.html"
  },
  "short_name": "Destato Digital Clock",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}