Gratitutab

Gratitutab

Override the new tab page with your own aesthetic todolist

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gratitutab",
  "description": "Override the new tab page with your own aesthetic todolist",
  "version": "1.0.2",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2,
  "permissions": [
    "storage"
  ]
}