Inspect and view changes in VISITLEAD LiveChat & Monitoring 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",
"manifest_version": 2,
"name": "VISITLEAD LiveChat & Monitoring",
"short_name": "VISITLEAD",
"description": "Live Chat Software and Realtime Monitoring for your business Website",
"version": "0.0.6",
"minimum_chrome_version": "24",
"icons": {
"16": "assets/favicon-16.png",
"48": "assets/favicon-48.png",
"128": "assets/favicon-128.png"
},
"homepage_url": "https://visitlead.com",
"app": {
"launch": {
"web_url": "https://visitlead.com/login?chrome"
}
}
}