Super Gmail

Super Gmail

Make gmail like superhuman

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Super Gmail",
  "description": "Make gmail like superhuman",
  "version": "1.0",
  "action": {
    "default_popup": "app.1568cbe1.html",
    "default_icon": "icons8-rocket-100.f4c6ae76.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "ContentScript.a76a327e.js"
      ],
      "css": [
        "ContentScript.aaffe312.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}