ValueTime

ValueTime

Replace new tab page with a page showing time left in day,(kind of reverse clock).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "valuetime.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
  "description": "Replace new tab page with a page showing time left in day,(kind of reverse clock).",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "ValueTime",
  "short_name": "Reverse Clock",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.7"
}