Miniflux RSS Notifier Firefox

Examine source code of Miniflux RSS Notifier

Inspect and view changes in Miniflux RSS Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Miniflux RSS Notifier",
  "version": "1.0.7",
  "incognito": "not_allowed",
  "description": "Shows a badge with unread in your Miniflux instance.",
  "icons": {
    "48": "images/logo-dark-mode.svg",
    "96": "images/logo-dark-mode.svg"
  },
  "homepage_url": "https://gitlab.com/TobiasBerg/miniflux-rss-notifier-firefox-addon",
  "permissions": [
    "webRequest",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "images/logo-dark-mode.svg",
    "theme_icons": [
      {
        "light": "images/logo-dark-mode.svg",
        "dark": "images/logo-light-mode.svg",
        "size": 32
      }
    ],
    "default_title": ""
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8d0555e0-72d8-4bdb-b54e-ee5dbe3605eb}"
    }
  }
}

Best Miniflux RSS Notifier Alternatives

Here are some Firefox add-ons that are similar to Miniflux RSS Notifier: