Inspect and view changes in Intelbras Cloud source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Intelbras Cloud",
"version": "0.9.0.4",
"manifest_version": 2,
"description": "Intelbras Cloud",
"offline_enabled": false,
"icons": {
"128": "icon128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"permissions": [
{
"socket": [
"tcp-listen:*:*",
"tcp-connect",
"resolve-host",
"udp-bind:*:*",
"udp-send-to:*:*"
]
},
"fullscreen",
"alwaysOnTopWindows",
"http://*.intelbrascloud.com.br/*"
]
}