Inspect and view changes in Learning Center 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 Center",
"description": "Interactive Learning Center",
"version": "0.5",
"author": "Ensomniac Studio",
"manifest_version": 2,
"kiosk_enabled": true,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"permissions": [
"webview",
"http://learning.snug.center/*",
"http://remote.snug.center/*"
],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"https://*.google.com/*"
]
},
"icons": {
"16": "learning_center_16.png",
"128": "learning_center_128.png"
}
}