Inspect and view changes in HCSD Guided Learning 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": "HCSD Guided Learning",
"short_name": "Guided Learning",
"description": "Deliver guided lessons of approved websites.",
"version": "3.8.3",
"manifest_version": 2,
"permissions": [
"webview",
"audioCapture",
"videoCapture",
"https://hcsdoh.org/"
],
"app": {
"background": {
"scripts": [
"material.min.js",
"background.js",
"jquery-3.1.1.min.js"
]
}
},
"icons": {
"16": "hcsd-16.png",
"128": "hcsd-128.png"
},
"kiosk_enabled": true
}