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": "Videostream for Google Chromecast\u2122",
"description": "Play your downloaded videos on the Chromecast\u2122 (any file type)",
"version": "2.20.505.0",
"app": {
"background": {
"scripts": [
"js\/background.min.js"
]
}
},
"permissions": [
"http:\/\/localhost:3000\/",
"http:\/\/localhost:5556\/",
"https:\/\/www.google-analytics.com\/",
"https:\/\/www.googleapis.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/*.stripe.com\/*",
{
"socket": [
"tcp-connect",
"tcp-listen",
"resolve-host"
]
},
"identity",
"power",
"http:\/\/rcm-na.amazon-adsystem.com\/",
"webview",
"storage",
{
"fileSystem": [
"retainEntries",
"directory"
]
},
"alarms",
"gcm",
"system.cpu",
"system.memory",
"system.network",
"idle",
"notifications",
"background",
"unlimitedStorage",
"app.window.alwaysOnTop",
"https:\/\/getvideostream.com\/*"
],
"optional_permissions": [],
"oauth2": {
"client_id": "760761840374-p3tdq2ck1nvdhfagh7sddtohs58psq9v.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"default_locale": "en",
"minimum_chrome_version": "33.0",
"offline_enabled": true,
"manifest_version": 2,
"sockets": {
"udp": {
"send": "*:*",
"bind": "*:*",
"multicastMembership": ""
},
"tcp": {
"connect": "*"
},
"tcpServer": {
"listen": "*"
}
},
"platforms": [
{
"nacl_arch": "x86-64",
"sub_package_path": "_platform_specific\/x86-64\/"
},
{
"nacl_arch": "x86-32",
"sub_package_path": "_platform_specific\/x86-32\/"
}
],
"url_handlers": {
"launch_videostream": {
"matches": [
"http:\/\/getvideostream.com\/launch-app",
"http:\/\/www.getvideostream.com\/launch-app",
"http:\/\/getvideostream.com\/",
"http:\/\/www.getvideostream.com\/"
],
"title": "Launch Videostream"
}
}
}