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": "AllCast Receiver",
"description": "Receive videos from AllCast for Android.",
"version": "1.0.0.8",
"sockets": {
"tcp": {
"connect": "*"
},
"udp": {
"send": "*",
"bind": "*"
},
"tcpServer": {
"listen": "*"
}
},
"permissions": [
"usb",
{
"usbDevices": [
{
"vendorId": 6353,
"productId": 20194
}
]
},
"storage",
"system.network",
"notifications",
"fileSystem",
"*:\/\/*\/"
],
"icons": {
"16": "common\/icon.png",
"48": "common\/icon.png",
"128": "common\/icon.png"
},
"app": {
"background": {
"scripts": [
"common\/jquery-2.1.1.min.js",
"common\/controller.js",
"uglify.js"
]
}
},
"manifest_version": 2
}