Classroom helps teachers save time, keep classes organized, and improve communication with students.
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": "__MSG_appName__",
"short_name": "Classroom",
"description": "__MSG_appDesc__",
"version": "1.8",
"default_locale": "en",
"app": {
"urls": [
"*://classroom.google.com/"
],
"launch": {
"web_url": "https://classroom.google.com/"
}
},
"icons": {
"128": "icon_128.png"
},
"manifest_version": 2
}