Reddit Notifications

Reddit Notifications

This extension notifies you, when something popped up in your reddit inbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reddit Notifications",
  "version": "0.4.1",
  "manifest_version": 2,
  "icons": {
    "48": "images/icon.png"
  },
  "background": {
    "page": "main.html"
  },
  "description": "This extension notifies you, when something popped up in your reddit inbox.",
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "permissions": [
    "https://pay.reddit.com/*",
    "notifications"
  ]
}