Gmail Old UI

Gmail Old UI

Quick attempt to restore Gmail to usable state on desktop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gmail Old UI",
  "version": "0.0.1",
  "description": "Quick attempt to restore Gmail to usable state on desktop.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/mail/u/0/"
      ],
      "css": [
        "content.css"
      ]
    }
  ]
}