ToDoNow Firefox

Examine source code of ToDoNow

Inspect and view changes in ToDoNow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ToDoNow",
  "version": "2.0.2",
  "description": "Create your own todo list in our beautiful custom new tab page.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": "icons/128.png",
    "default_title": "ToDoNow"
  },
  "host_permissions": [
    "*://*.todonowext.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "04e64144cc8d1f8e9595eae8dbf3ecfa44168bea@my-addon"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.svg"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}

Best ToDoNow Alternatives

Here are some Firefox add-ons that are similar to ToDoNow: