Notifier For Gmail Entrar

Notifier For Gmail Entrar

Notifier For Gmail Entrar works as the gmail notifier and provides a shortcut to open gmail directly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.0",
  "default_locale": "en",
  "manifest_version": 2,
  "permissions": [
    "*://mail.google.com/mail/",
    "*://mail.google.com/sync/",
    "notifications",
    "contextMenus",
    "webRequest",
    "storage"
  ],
  "icons": {
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_title": "Entrar no Gmail",
    "default_popup": "page.html"
  },
  "background": {
    "page": "lib/wrapper/chrome/background.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}