Super Tab Sorter

Super Tab Sorter

Super Tab Sorter that allows user-defined tab group order.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Super Tab Sorter",
  "description": "Super Tab Sorter that allows user-defined tab group order.",
  "version": "0.5.2",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Super Tab Sorter",
    "default_popup": "./popup.html",
    "default_icons": {
      "16": "img/16.png",
      "48": "img/48.png",
      "128": "img/128.png"
    }
  },
  "options_page": "./options.html"
}