Reddit (Au) Comment Highlights Firefox

Examine source code of Reddit (Au) Comment Highlights

By: Easy
Inspect and view changes in Reddit (Au) Comment Highlights source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Reddit (Au) Comment Highlights",
  "version": "3.0.0",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{ada26ae8-41ec-4460-936a-790afc2d85c9}",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "homepage_url": "https://github.com/aesy/reddit-comment-highlights",
  "description": "Highlight unread comments since your last visit to a Reddit comment section.",
  "short_name": "Highlight new Reddit comments",
  "background": {
    "scripts": [
      "backgroundScript.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.reddit.com/*",
        "https://*.reddit.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://*.reddit.com/*",
    "https://*.reddit.com/*"
  ]
}

Best Reddit (Au) Comment Highlights Alternatives

Here are some Firefox add-ons that are similar to Reddit (Au) Comment Highlights: