WebSocket Test Client

WebSocket Test Client

A Simple tool to help test WebSocket Service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WebSocket Test Client",
  "short_name": "wstest",
  "manifest_version": 3,
  "version": "0.2.1",
  "description": "A Simple tool to help test WebSocket Service",
  "icons": {
    "16": "resources/icon_032.png",
    "32": "resources/icon_032.png",
    "48": "resources/icon_048.png",
    "128": "resources/icon_128.png"
  },
  "browser_action": {
    "default_icon": "resources/icon_032.png"
  },
  "options_page": "index.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}