Make Classroom Great Again

Make Classroom Great Again

Add more CSS to make the new Google Classroom design look better.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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/*"
      ]
    }
  ]
}