Digg Reader Notifier

Digg Reader Notifier

Shows the number os unread feeds in your Digg Reader [DISCONTINUED].

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": [
    {
      "name": "Jonatas Urias B Teixeira",
      "email": "[email protected]"
    }
  ],
  "manifest_version": 2,
  "name": "Digg Reader Notifier",
  "description": "Shows the number os unread feeds in your Digg Reader [DISCONTINUED].",
  "version": "2.3.2",
  "permissions": [],
  "browser_action": {
    "default_icon": "ico/19.png"
  },
  "icons": {
    "16": "ico/16.png",
    "24": "ico/24.png",
    "32": "ico/32.png",
    "64": "ico/64.png",
    "128": "ico/128.png"
  },
  "background": {
    "scripts": [
      "js/jquery-1.9.0.min.js",
      "js/func.js",
      "js/init.js"
    ]
  },
  "web_accessible_resources": [
    "ico/16.png",
    "ico/128.png"
  ]
}