ColorClock Tabs

ColorClock Tabs

What color is it? A hex color clock for your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ColorClock Tabs",
  "short_name": "ColorClock",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "What color is it? A hex color clock for your new tab page.",
  "homepage_url": "http://victorszeto.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}