Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make Classroom Great Again", "version": "0.2.12", "description": "Add more CSS to make the new Google Classroom design look better.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/classroom.google.com\/*" ] } ] }