BCA Todo List

BCA Todo List

Overrides the new tab page and adds a todo list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BCA Todo List",
  "description": "Overrides the new tab page and adds a todo list.",
  "version": "1.2.2",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "todo.html"
  },
  "manifest_version": 2
}