YATS - Yet Another Tab System Firefox

Examine source code of YATS - Yet Another Tab System

Inspect and view changes in YATS - Yet Another Tab System source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YATS",
  "version": "1.0.0",
  "description": "Yet Another Tab System — fuzzy finder for open tabs, closed tabs, and history.",
  "permissions": [
    "tabs",
    "tabGroups",
    "sessions",
    "history",
    "storage"
  ],
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "96": "assets/icons/icon-96.png",
    "128": "assets/icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "YATS",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png",
      "48": "assets/icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "yats": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space",
        "mac": "MacCtrl+Shift+Space"
      },
      "description": "YATS"
    }
  },
  "options_ui": {
    "page": "assets/html/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a10b7f9f-d51a-4e4c-9218-4a6e50b9a133}",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  }
}

Best YATS - Yet Another Tab System Alternatives

Here are some Firefox add-ons that are similar to YATS - Yet Another Tab System: