Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }