Advanced WebSocket Client

Advanced WebSocket Client

Construct custom Web Socket requests and handle responses to directly test your Web Socket services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Advanced WebSocket Client",
  "short_name": "WebSocket",
  "author": "Alexandr Mekh",
  "homepage_url": "https://github.com/mekh/advanced-websocket-client",
  "manifest_version": 2,
  "version": "1.0.1",
  "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.",
  "icons": {
    "16": "resources/icon_016.png",
    "32": "resources/icon_032.png",
    "48": "resources/icon_048.png",
    "64": "resources/icon_064.png",
    "128": "resources/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "resources/icon_032.png",
      "64": "resources/icon_064.png"
    }
  },
  "options_page": "index.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}