Inspect and view changes in Tata ClassEdge - School 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": "Tata ClassEdge - School",
"version": "1.5",
"minimum_chrome_version": "48",
"icons": {
"16": "logo_16.png",
"48": "logo_48.png",
"128": "logo_128.png"
},
"app": {
"background": {
"persistent": false,
"scripts": [
"main.js"
]
}
},
"commands": {
"setting-feature": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "To show the setting dialog box."
}
},
"permissions": [
"webview",
"storage",
"<all_urls>",
"browsingData"
]
}