TODO for AI Firefox

Examine source code of TODO for AI

Inspect and view changes in TODO for AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TODO for AI",
  "description": "AI-powered task management extension with browser automation",
  "version": "0.11.2",
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32x32.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png",
    "192": "icon-192x192.png",
    "512": "icon-512x512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "websiteActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      },
      "id": "{0648e934-5df7-4416-9a26-fd14f1756997}"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "sidePanel",
    "tabs",
    "background",
    "debugger",
    "https://todofor.ai/*"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https://todofor.ai https://*.todofor.ai https://api.todofor.ai wss://todofor.ai wss://*.todofor.ai wss://api.todofor.ai http://127.0.0.1:* ws://127.0.0.1:*; style-src 'self' 'unsafe-inline'; frame-src https://todofor.ai https://*.todofor.ai https://api.todofor.ai;",
  "web_accessible_resources": [
    "*.html",
    "*.js",
    "*.css",
    "*.svg",
    "*.png",
    "*.woff2",
    "*.jpg",
    "*.ico",
    "fonts/*",
    "provider-logos/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "TODO for AI",
    "default_popup": "popup.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "TODO for AI"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best TODO for AI Alternatives

Here are some Firefox add-ons that are similar to TODO for AI: