Daily New Tab

Daily New Tab

Replace new tab with custom tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Daily New Tab",
  "author": "Ethan Daley",
  "version": "1.5.0",
  "description": "Replace new tab with custom tab",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon_16.png",
      "24": "icon_24.png",
      "32": "icon_32.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}