Tab Russian Roulette

Tab Russian Roulette

Click the icon and one of your tabs will randomly close

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Russian Roulette",
  "short_name": "Tab Russian Roulette",
  "manifest_version": 2,
  "version": "0.1",
  "description": "Click the icon and one of your tabs will randomly close",
  "author": "Cory Forsyth",
  "icons": {
    "64": "icon/hand-gun-64.png",
    "128": "icon/hand-gun-128.png"
  },
  "browser_action": {
    "default_icon": {
      "64": "icon/hand-gun-64.png",
      "128": "icon/hand-gun-128.png"
    },
    "default_title": "Tab Russian Roulette"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}