chromium/extensions/test/data/sockets_tcp_server/unload/manifest.json

{
  "name": "chrome.sockets.tcpServer unload",
  "manifest_version": 2,
  "version": "0.1",
  "description": "browser test for chrome.sockets.tcpServer API to make sure sockets are free'd when extension is reloaded",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "sockets": {
    "tcpServer": {
      "listen": ""
    }
  }
}