{
  "manifest_version": 3,
  "name": "Tab Sorter",
  "version": "1.0.0",
  "description": "Sort tabs by category (Work/Docs/Other), group by domain, and remove duplicates.",
  "permissions": ["tabs", "tabGroups"],
  "icons": {
    "16":  "icons/icon16.png",
    "48":  "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Tab Sorter",
    "default_icon": {
      "16":  "icons/icon16.png",
      "48":  "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  }
}
