ToDo List Reset

ToDo List Reset

Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day",
  "version": "1.0.5",
  "name": "ToDo List Reset",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "34": "icon-34.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}