Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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.3",
"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"
}