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": "Your TODO list thinks & acts. It learns your business, finds what's worth doing, and gets it done in the tools you already use.",
  "version": "0.11.72",
  "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": {
      "id": "{0648e934-5df7-4416-9a26-fd14f1756997}",
      "data_collection_permissions": {
        "required": [
          "websiteActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs",
    "https://api.todofor.ai/*",
    "webNavigation",
    "alarms"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "icon-16x16.png"
  ],
  "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';",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "TODO for AI",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://127.0.0.1/*",
        "http://localhost/*",
        "https://*.todofor.ai/*",
        "https://todofor.ai/*"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "js": [
        "content-scripts/announce.js"
      ]
    },
    {
      "matches": [
        "http://127.0.0.1/*",
        "http://localhost/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/localhost-agent.js"
      ],
      "world": "MAIN"
    }
  ]
}

Best TODO for AI Alternatives

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