Thanos Tabs

Thanos Tabs

Snap away half of your tabs! Click the badge or use Alt+Shift+S

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Thanos Tabs",
  "version": "0.4.0",
  "description": "Snap away half of your tabs! Click the badge or use Alt+Shift+S",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_title": "I am inevitable",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/gauntlet48zoom.png",
      "128": "icons/gauntlet128.png"
    }
  },
  "commands": {
    "snapTabs": {
      "suggested_key": {
        "windows": "Alt+Shift+S",
        "mac": "Alt+Shift+S",
        "linux": "Alt+Shift+S",
        "chromeos": "Alt+Shift+S"
      },
      "description": "Snap away half of your tabs!"
    }
  },
  "icons": {
    "48": "icons/gauntlet48.png",
    "128": "icons/gauntlet128.png"
  }
}