New Tab to Tasks

New Tab to Tasks

A simple extension that makes your New Tab Page be your Google Tasks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab to Tasks",
  "description": "A simple extension that makes your New Tab Page be your Google Tasks.",
  "icons": {
    "128": "icon.png"
  },
  "version": "6",
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "manifest_version": 2,
  "options_page": "options.html"
}