Auto Tab Organizer Firefox

Examine source code of Auto Tab Organizer

By: Jassonc
Inspect and view changes in Auto Tab Organizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Tab Organizer",
  "version": "0.1.0",
  "description": "Automatically group tabs using machine learning.",
  "permissions": [
    "tabs",
    "tabGroups"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "background/background.js"
    ]
  },
  "action": {
    "default_title": "Organize Tabs",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "./icons/ato_logo.svg",
    "32": "./icons/ato_logo.svg",
    "48": "./icons/ato_logo.svg",
    "96": "./icons/ato_logo.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c12869ae-0924-4353-a4fd-f740443bc5c9}",
      "strict_min_version": "130.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Auto Tab Organizer Alternatives

Here are some Firefox add-ons that are similar to Auto Tab Organizer: