Tiny Tiny RSS Checker

Tiny Tiny RSS Checker

This extension displays the number of unread articles in your Tiny Tiny RSS installation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tiny Tiny RSS Checker",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "version": "0.5.3.4",
  "manifest_version": 2,
  "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation.",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "icons": {
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_icon": "images/normal.png",
    "default_title": "No unread articles"
  },
  "permissions": [
    "tabs",
    "alarms",
    "storage",
    "http://*/*",
    "https://*/*"
  ]
}