WebSitePulse Current Status

WebSitePulse Current Status

The WebSitePulse Current Status extension provides an easy way to keep an eye in real-time on the status of your servers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WebSitePulse Current Status",
  "version": "2.1.2",
  "description": "The WebSitePulse Current Status extension provides an easy way to keep an eye in real-time on the status of your servers.",
  "options_page": "content/options.html",
  "browser_action": {
    "default_icon": "skin/16x16_grey.gif",
    "default_title": "WebSitePulse Current Status",
    "default_popup": "content/view.html"
  },
  "icons": {
    "48": "skin/mainico.png"
  },
  "background": {
    "scripts": [
      "content/wspcurrentstatus.js",
      "content/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "http://*.websitepulse.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2
}