Inspect and view changes in NetSupport School Tutor 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": "NetSupport School Tutor",
"short_name": "Tutor",
"version": "15.0.0.9",
"version_name": "15.0.0",
"description": "",
"app": {
"background": {
"scripts": [
"js/lib/require/config.js",
"js/lib/require/require.js",
"js/background.js"
]
}
},
"default_locale": "en",
"icons": {
"16": "img/school16.png",
"48": "img/school48.png",
"128": "img/school128.png"
},
"permissions": [
{
"socket": [
"tcp-connect:*",
"resolve-host"
]
},
"storage",
"contextMenus",
"alarms",
"identity",
"identity.email"
],
"storage": {
"managed_schema": "managed-schema.json"
}
}