Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"app": {
"background": {
"scripts": [
"background\/background.min.js"
],
"presistent": false
}
},
"author": "ScreenShare",
"default_locale": "en",
"description": "ScreenShare",
"icons": {
"48": "images\/appicon_48.png"
},
"manifest_version": 2,
"name": "ScreenShare",
"permissions": [
"<all_urls>",
"notifications",
"clipboardRead",
"clipboardWrite",
"browser",
"desktopCapture",
"contextMenus",
"system.network",
"system.display",
"geolocation",
"webview",
"storage",
"identity"
],
"product": "ScreenShare",
"sockets": {
"tcp": {
"connect": "*:*"
},
"udp": {
"bind": "*",
"joinGroup": "*",
"multicastMembership": "",
"send": "*"
},
"tcpServer": {
"listen": [
"*:*"
]
}
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.1.0322"
}