Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"app": {
"background": {
"scripts": [
"background\/bundle.js",
"background\/predefine.js",
"background\/utils.js",
"background\/udpSocket.js",
"background\/tcpSocket.js",
"background\/tcpServer.js",
"background\/httpServer.js",
"background\/ssdp.js",
"background\/jsonHandler.js",
"background\/emirroring.js",
"background\/captureScreen.js",
"background\/projector.js",
"background\/remoteControl.js",
"background\/mediaPlaylist.js",
"background\/tvMirror.js",
"background\/jpgPackets.js",
"background\/mediaStreaming.js",
"background\/background.js"
],
"presistent": false
}
},
"product": "eshare",
"author": "eShare",
"default_locale": "en",
"description": "EShare",
"icons": {
"16": "images\/appicon_16.png",
"32": "images\/appicon_32.png",
"48": "images\/appicon_48.png",
"128": "images\/appicon_128.png"
},
"manifest_version": 2,
"name": "EShare",
"permissions": [
"<all_urls>",
"notifications",
"clipboardRead",
"clipboardWrite",
"browser",
"desktopCapture",
"contextMenus",
"videoCapture",
"audioCapture",
"audio",
"INTERNAL_SPEAKER",
"system.network",
"system.display",
"geolocation",
"webview",
"storage",
"identity",
"app.window.alwaysOnTop",
"http:\/\/*\/",
"networking.config",
"system.network"
],
"sockets": {
"tcp": {
"connect": "*:*"
},
"udp": {
"bind": [
"*:*"
],
"joinGroup": "*",
"multicastMembership": "",
"send": [
"*:*"
]
},
"tcpServer": {
"listen": [
"*:*"
]
}
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "7.6.0318"
}