TabAutopilot: Tab Organizer and Manager Firefox

Examine source code of TabAutopilot: Tab Organizer and Manager

Inspect and view changes in TabAutopilot: Tab Organizer and Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TabAutopilot – AI Tab Organizer and Manager",
  "description": "Smart AI tab manager: auto-groups by topic, snoozes tabs, hibernates inactive ones & removes duplicates. Private, on-device AI.",
  "version": "0.6.0",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "contextMenus",
    "sessions"
  ],
  "commands": {
    "group-all": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Auto-group all tabs"
    },
    "close-duplicates": {
      "suggested_key": {
        "default": "Alt+D"
      },
      "description": "Close all duplicate tabs"
    },
    "save-workspace": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Save current workspace"
    }
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "TabAutopilot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabautopilot-@mdrashid.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "TabAutopilot",
    "default_popup": "popup.html"
  }
}

Best TabAutopilot: Tab Organizer and Manager Alternatives

Here are some Firefox add-ons that are similar to TabAutopilot: Tab Organizer and Manager: