Reddit Unread Comments Firefox

Examine source code of Reddit Unread Comments

Inspect and view changes in Reddit Unread Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Unread Comments",
  "version": "1.1.1",
  "icons": {
    "16": "assets/icons/favicon-16.png",
    "32": "assets/icons/favicon-32.png",
    "48": "assets/icons/favicon-48.png",
    "128": "assets/icons/favicon-128.png"
  },
  "description": "Read new comments on Reddit easier.",
  "homepage_url": "https://github.com/nemanjam/reddit-unread-comments",
  "short_name": "Reddit Unread Comments",
  "permissions": [
    "storage",
    "activeTab",
    "http://*.reddit.com/*",
    "https://*.reddit.com/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "author": "Nemanja Mitic",
  "browser_specific_settings": {
    "gecko": {
      "id": "{754FB1AD-CC3B-4756-B6A0-7776F7CA9D17}"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/favicon-16.png",
      "32": "assets/icons/favicon-32.png",
      "48": "assets/icons/favicon-48.png",
      "128": "assets/icons/favicon-128.png"
    },
    "default_title": "Reddit Unread Comments",
    "browser_style": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.reddit.com/*",
        "https://*.reddit.com/*"
      ],
      "js": [
        "js/contentScript.bundle.js"
      ],
      "css": [
        "css/contentScript.css"
      ]
    }
  ]
}

Best Reddit Unread Comments Alternatives

Here are some Firefox add-ons that are similar to Reddit Unread Comments: