The Snap

The Snap

Too many tabs open? Halve your workload.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Snap",
  "description": "Too many tabs open? Halve your workload.",
  "version": "1.0",
  "icons": {
    "16": "images/gauntlet16.png",
    "32": "images/gauntlet32.png",
    "48": "images/gauntlet48.png",
    "128": "images/gauntlet128.png"
  },
  "browser_action": {},
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}