Inbox notifications

Inbox notifications

Shows notifications to messages stream.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inbox notifications",
  "version": "0.1",
  "description": "Shows notifications to messages stream.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "webRequest",
    "https://mail.google.com/mail/feed/atom"
  ],
  "options_page": "options/options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "48.png"
  ]
}