Gmail UI update

Gmail UI update

Fixes a couple of things

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gmail UI update",
  "description": "Fixes a couple of things",
  "version": "1.0.2",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}