Task Scheduler New Gen Firefox

Examine source code of Task Scheduler New Gen

Inspect and view changes in Task Scheduler New Gen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Task Scheduler",
  "version": "1.0",
  "description": "Manage daily tasks with reminders and notifications directly from the browser.",
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "task-scheduler@myextension.com"
    }
  }
}

Best Task Scheduler New Gen Alternatives

Here are some Firefox add-ons that are similar to Task Scheduler New Gen: