Tabula (New Tab To-do List)

Tabula (New Tab To-do List)

Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tabula (New Tab To-do List)",
  "short_name": "Tabula",
  "version": "0.0.9",
  "description": "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "homepage_url": "https://github.com/jasantunes/Tabula",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "identity"
  ]
}