Unicorny Gmail

Unicorny Gmail

Unicorny Gmail. Gmail Simplified with minimalist, clean UX, inspired by Google Inbox. Plus a touch of Unicorny. :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unicorny Gmail",
  "version": "0.2.1",
  "description": "Unicorny Gmail. Gmail Simplified with minimalist, clean UX, inspired by Google Inbox. Plus a touch of Unicorny. :)",
  "icons": {
    "16": "unicorny-gmail-16.png",
    "48": "unicorny-gmail-48.png",
    "128": "unicorny-gmail-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ]
}