Magic TODO

Magic TODO

Using this browser extension will change your home page into a TODO tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Magic TODO",
  "description": "Using this browser extension will change your home page into a TODO tool.",
  "version": "1.1.0",
  "manifest_version": 3,
  "icons": {
    "16": "/image/logo.png",
    "48": "/image/logo.png",
    "128": "/image/logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab/index.html"
  },
  "permissions": [
    "storage"
  ],
  "omnibox": {
    "keyword": "newtab, todo, magic, shape"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}