To-do web application

To-do web application

A To-Do web application is a software tool designed to help users manage tasks and organize their workflow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "To-do web application",
  "version": "0.0.1",
  "description": "A To-Do web application is a software tool designed to help users manage tasks and organize their workflow.",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}