Windows Switcher

Windows Switcher

Allow you to switch between windows.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Windows Switcher",
  "short_name": "WindowsSwitcher",
  "version": "1.0.0",
  "description": "Allow you to switch between windows.",
  "author": "Orel Eraki - [email protected]",
  "homepage_url": "http://www.oreleraki.com",
  "icons": {
    "128": "icons/window-switcher-128.png"
  },
  "browser_action": {
    "default_icon": "icons/window-switcher-128.png",
    "name": "Switch"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}