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": "iboss Chromebook App Compatibility Plugin",
"short_name": "iboss chrome proxy server",
"description": "A Proxy Server for iboss cloud Enterprise app.",
"version": "5.4.20",
"offline_enabled": true,
"minimum_chrome_version": "45",
"app": {
"background": {
"scripts": [
"chrome-appcompatibility-plugin.min.js"
],
"persistent": false
}
},
"icons": {
"16": "images\/200ok-16.png",
"19": "images\/200ok-19.png",
"32": "images\/200ok-32.png",
"38": "images\/200ok-38.png",
"48": "images\/200ok-48.png",
"64": "images\/200ok-64.png",
"96": "images\/200ok-96.png",
"128": "images\/200ok-128.png",
"256": "images\/200ok-256.png",
"512": "images\/200ok-512.png"
},
"permissions": [
"background",
"idle",
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"identity",
"identity.email",
"storage",
"alarms",
"*:\/\/*.ibosscloud.com\/*",
"*:\/\/*.ibosstest.com\/*",
"http:\/\/127.0.0.1:9003\/local.pac",
"http:\/\/127.0.0.1:9004\/local.pac",
"alarms",
"unlimitedStorage",
"notifications",
"browser",
"power",
"system.network",
"enterprise.deviceAttributes"
],
"sockets": {
"udp": {
"send": [
""
],
"bind": [
""
],
"multicastMembership": ""
},
"tcp": {
"connect": "*:*",
"send": "*:*"
},
"tcpServer": {
"listen": "*:*"
}
},
"oauth2": {
"client_id": "458955919969-ip5gtdesaugnbn0tcqfaf39kn72ncddl.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"storage": {
"managed_schema": "ibossSettingsSchema.json"
}
}