Server Switcher for Google Chrome™

Server Switcher for Google Chrome™

Easily switches a website between development and production webservers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Server Switcher for Google Chrome™",
  "description": "Easily switches a website between development and production webservers",
  "version": "0.3",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "page_action": {
    "default_title": "Server Switcher for Google Chrome™"
  },
  "permissions": [
    "tabs"
  ]
}