VeryCD Unread Count

VeryCD Unread Count

View count of unread VeryCD notifications without visiting the site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extension_name__",
    "icon": "icons/icon.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "icons": {
    "128": "icons/icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "permissions": [
    "*://*.verycd.com/"
  ],
  "version": "0.2.1"
}