Minimalist Gmail

Minimalist Gmail

Transforms Gmail UI to a minimal, only basic set of features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Minimalist Gmail",
  "version": "1.8",
  "description": "Transforms Gmail UI to a minimal, only basic set of features",
  "author": "app-reducer",
  "content_scripts": [
    {
      "css": [
        "gmail.css"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "homepage_url": "https://github.com/mrcrypster/micro-gmail-chrome",
  "host_permissions": [
    "https://mail.google.com/*"
  ],
  "offline_enabled": true,
  "short_name": "MicroGmail"
}