View Comments - Reddit Insight On Any Page

View Comments - Reddit Insight On Any Page

Gain valuable context and insight by reading the Reddit comments for the web page you're on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "View Comments - Reddit Insight On Any Page",
  "version": "1.0.3",
  "manifest_version": 3,
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "description": "Gain valuable context and insight by reading the Reddit comments for the web page you're on.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "b.js"
      ],
      "css": [
        "b.css"
      ]
    }
  ],
  "host_permissions": [
    "https://reddit.com/"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}