ReplyMind

ReplyMind

Let ReplyMind generate the thoughtful reply for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ReplyMind",
  "description": "Let ReplyMind generate the thoughtful reply for you",
  "version": "1.3.7",
  "icons": {
    "16": "./images/logo-16x16.png",
    "32": "./images/logo-32x32.png",
    "64": "./images/logo-64x64.png",
    "128": "./images/logo-128x128.png"
  },
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_title": "ReplyMind",
    "default_popup": "./ui/popup.html",
    "default_icons": {
      "16": "./images/logo-16x16.png"
    }
  },
  "options_page": "./ui/license.html",
  "permissions": [
    "identity",
    "identity.email",
    "scripting",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*",
    "https://x.com/*",
    "https://pro.x.com/*",
    "https://www.producthunt.com/*"
  ]
}