Kluk

Kluk

Kluk is the new tab clock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kluk",
  "description": "Kluk is the new tab clock.",
  "version": "1.0.9",
  "icons": {
    "128": "tab_icon.png"
  },
  "short_name": "Kluk",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "tab_icon.png",
    "default_title": "Have a good day"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}