Typedash

Typedash

Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Typedash",
  "description": "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.",
  "version": "0.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}