Tab Mission Control Firefox

Examine source code of Tab Mission Control

Inspect and view changes in Tab Mission Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Mission Control",
  "version": "1.0.0",
  "description": "A keyboard-first visual overview of open tabs across Firefox windows.",
  "permissions": [
    "tabs",
    "sessions",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Open Mission Control"
  },
  "commands": {
    "open-mission-control": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Open the Mission Control tab overview"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-mission-control@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tab Mission Control Alternatives

Here are some Firefox add-ons that are similar to Tab Mission Control: