Socket.IO Test Client

Socket.IO Test Client

Socket.IO Client Development Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Socket.IO Test Client",
  "description": "Socket.IO Client Development Tool",
  "manifest_version": 3,
  "version": "0.7.3",
  "icons": {
    "16": "images/socketio16.png",
    "48": "images/socketio48.png",
    "128": "images/socketio.png"
  },
  "action": {
    "default_title": "Click to start!"
  },
  "background": {
    "service_worker": "background.js"
  }
}