Google Mail Checker

Google Mail Checker

Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "gmail_not_logged_in.png"
  },
  "default_locale": "en",
  "description": "__MSG_gmailcheck_description__",
  "icons": {
    "128": "icon_128.png"
  },
  "name": "__MSG_gmailcheck_name__",
  "permissions": [
    "alarms",
    "tabs",
    "webNavigation",
    "*://*.google.com/"
  ],
  "version": "4.4.0",
  "manifest_version": 2
}