Orange Envelope for Reddit

Orange Envelope for Reddit

Display's the status of your reddit inbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/mail_gray.png",
    "default_title": "Orange Envelope"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Display's the status of your reddit inbox.",
  "icons": {
    "128": "img/very_big_mail.png"
  },
  "name": "Orange Envelope for Reddit",
  "permissions": [
    "tabs",
    "https://www.reddit.com/"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.10"
}