Any.do for Firefox Firefox

Examine source code of Any.do for Firefox

By: Any.do
Inspect and view changes in Any.do for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Any.do",
  "description": "__MSG_extension_description__",
  "version": "4.4.0",
  "host_permissions": [
    "https://www.any.do/"
  ],
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "contextMenus",
    "storage",
    "cookies"
  ],
  "action": {
    "default_title": "Open Any.do",
    "default_popup": "src/entrypoints/popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.any.do/auth/web-extension/sign-in/success"
      ],
      "js": [
        "src/entrypoints/content-scripts/auth.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/background/index.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/add-task/*",
        "*.js",
        "*.css",
        "*.svg",
        "*.png",
        "*.webp",
        "*.woff2",
        "*.mp4"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "team@any.do"
    }
  }
}

Best Any.do for Firefox Alternatives

Here are some Firefox add-ons that are similar to Any.do for Firefox: