Dashboard

Dashboard

A simple dynamic dashboard to replace the new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dashboard",
  "description": "A simple dynamic dashboard to replace the new tab page",
  "version": "1.0.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}