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", "manifest_version": 2, "name": "AEM Screens Player", "description": "AEM Screens is a Digital Signage player that works with Adobe Experience Manager.", "version": "1.0.204", "app": { "background": { "scripts": [ "libs\/wsc-chrome.min.js", "ipccommandhandler.js", "httpserver.js", "reboot.js", "background.js" ] } }, "offline_enabled": true, "sockets": { "udp": { "send": [ "" ], "bind": [ "" ], "multicastMembership": "" }, "tcp": { "connect": [ "" ] }, "tcpServer": { "listen": [ "*:*" ] } }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "storage", "webview", "http:\/\/*\/", "https:\/\/*\/", "unlimitedStorage", "notifications", "browser", "power", "system.network", "audioCapture", "videoCapture", "desktopCapture", { "fileSystem": [ "write", "directory", "retainEntries" ] } ], "optional_permissions": [ "background" ], "webview": { "partitions": [ { "name": "firmware", "accessible_resources": [ "*" ] } ] }, "bluetooth": { "low_energy": true, "peripheral": true }, "storage": { "managed_schema": "schema.json" }, "kiosk_enabled": true }