Daynero - A minimalist new tab page

Daynero - A minimalist new tab page

Time is money. Use it wisely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daynero - A minimalist new tab page",
  "short_name": "Daynero",
  "version": "0.1.2",
  "description": "Time is money. Use it wisely.",
  "icons": {
    "128": "icon_128.png"
  },
  "author": "Jo Chuang",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}