To Do List!!

To Do List!!

A minimal and attractive todo list extension that will help in increasing productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "To Do List!!",
  "description": " A minimal and attractive todo list extension that will help in increasing productivity.",
  "version": "1.0.0",
  "icons": {
    "16": "todo.png",
    "48": "todo.png",
    "128": "todo.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}