Inspect and view changes in Learning Management System - Gnosis LMS 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": "Learning Management System - Gnosis LMS",
"description": "GnosisConnect LMS- Bridging the digital divide between learners & learning. The Next Generation Digital Learning Experience Platform",
"version": "0.0.0.3",
"short_name": "GnosisConnect LMS",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://www.gnosisconnect.com/"
],
"launch": {
"web_url": "http://www.gnosisconnect.com/?utm_source=chrome-webstore&utm_medium=banner&utm_campaign=Teacher-Admin-Tools"
}
}
}