Inspect and view changes in Screen sharing for A1 Video Assistant 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
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https://*.a1assistant.bg/*"
]
}
],
"description": "Share the screen from your computer in a conversation with consultant.",
"externally_connectable": {
"matches": [
"https://*.a1assistant.bg/*"
]
},
"icons": {},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Screen sharing for A1 Video Assistant",
"permissions": [
"desktopCapture"
],
"short_name": "Screen sharing for A1 Video Assistant",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.1.0"
}