Examine source code of LibShield Chrome Client

Inspect and view changes in LibShield Chrome Client source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LibShield Chrome Client",
  "version": "100.26",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "description": "Time_Print Client APP to Manage Public Use Computers in Public Libraries.",
  "icons": {
    "16": "assets/libshieldicon16.png",
    "128": "assets/libshieldicon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "buffer.js",
        "ipp.js",
        "udp_broadcast.js",
        "jquery-1.11.1.js",
        "tcp.js",
        "proxy.js",
        "tcp_message.js",
        "background.js",
        "process_status.js",
        "process_cloud.js"
      ]
    }
  },
  "sockets": {
    "udp": {
      "send": "",
      "bind": ""
    },
    "tcp": {
      "connect": ""
    },
    "tcpServer": {
      "listen": ""
    }
  },
  "offline_enabled": true,
  "permissions": [
    "browsingData",
    "power",
    "enterprise.deviceAttributes",
    "fullscreen",
    "overrideEscFullscreen",
    "background",
    "notifications",
    "system.network",
    "<all_urls>"
  ],
  "storage": {
    "managed_schema": "settings_schema.json"
  }
}