Tend Flash — AI Task Capture Firefox

Examine source code of Tend Flash — AI Task Capture

By: Tend
Inspect and view changes in Tend Flash — AI Task Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tend Flash by TendHQ — AI Task Capture",
  "short_name": "Tend Flash",
  "version": "1.0.0",
  "description": "Capture tasks and AI action items from any webpage. Manage research and productivity from your browser sidebar.",
  "author": "Tend",
  "homepage_url": "https://tendhq.app",
  "minimum_chrome_version": "114",
  "browser_specific_settings": {
    "gecko": {
      "id": "tend-flash@tendhq.app",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ]
      }
    }
  },
  "permissions": [
    "sidePanel",
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Open Tend Flash"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src https:; img-src 'self' data: https:;"
  }
}

Best Tend Flash — AI Task Capture Alternatives

Here are some Firefox add-ons that are similar to Tend Flash — AI Task Capture: