To-Do list tab

To-Do list tab

To-Do list new tab with search capability

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "To-Do list tab",
  "version": "1.0.1",
  "manifest_version": 3,
  "description": "To-Do list new tab with search capability",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "app_icon_no_background.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}