Inspect and view changes in CCC Access Pro 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": "CCC Access Pro",
"description": "CCC Access is a proprietary new educational technology that offers a digital workbook eLearning platform.",
"version": "3.1.3",
"manifest_version": 2,
"permissions": [
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"fullscreen",
"notifications",
"storage",
"unlimitedStorage",
"<all_urls>",
"webview",
"file:///*",
"identity",
"videoCapture"
],
"sandbox": {
"pages": [
"sandbox/sqlite.html"
]
},
"icons": {
"16": "assets/image/icon_16.png",
"128": "assets/image/icon_128.png"
},
"app": {
"background": {
"scripts": [
"assets/js/platform/chrome/main.js"
]
}
}
}