Display Your Mail

Display Your Mail

Find which Google account you are signed into quickly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Display Your Mail",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Find which Google account you are signed into quickly!",
  "browser_action": {
    "default_icon": "img/browser_action_icon.png",
    "default_title": "Show Email",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "img/icon_128.png"
  },
  "permissions": [
    "identity.email",
    "identity"
  ]
}