Tab Switchy

Tab Switchy

Gives the freedom to play with tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Tab Switchy",
  "version": "1.0.1.0",
  "description": "Gives the freedom to play with tabs",
  "icons": {
    "16": "utility.png",
    "48": "utility48.png",
    "128": "utility128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "utility.png",
    "default_title": "Tab Switchy",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "bookmarks"
  ],
  "manifest_version": 2
}