ToDoNewTab

ToDoNewTab

Manage your to do lists here.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ToDoNewTab",
  "manifest_version": 3,
  "description": "Manage your to do lists here.",
  "version": "1.0.1",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_title": "ToDoNewTab"
  },
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "todonewtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}