Hexy New Tab

Hexy New Tab

A simple new tab which converts the current time into a hex colour

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hexy New Tab",
  "description": "A simple new tab which converts the current time into a hex colour",
  "version": "0.0.6",
  "author": "Mads Cordes",
  "icons": {
    "128": "assets/img/icon_128.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}