RedCom.ai - Generate & Track Reddit Comments

RedCom.ai - Generate & Track Reddit Comments

Generate personalized and human-like comments for Reddit posts in one-click - Boost your traffic and productivity with RedCom.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RedCom.ai - Generate & Track Reddit Comments",
  "description": "Generate personalized and human-like comments for Reddit posts in one-click - Boost your traffic and productivity with RedCom.",
  "version": "1.3.0",
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "https://*.reddit.com/r/*",
    "https://redcom.ai/*"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.reddit.com/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ],
      "css": [
        "css/styles.min.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*.svg"
      ]
    }
  ]
}