Gmail™ Notifier

Gmail™ Notifier

Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.

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™ Notifier",
  "description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.",
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "https://mail.google.com/"
  ],
  "version": "0.0.6",
  "homepage_url": "https://browsernative.com/gmail-notifier/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  }
}