ReplyPal: WhatsApp Telegram Linkedin Gmail...

ReplyPal: WhatsApp Telegram Linkedin Gmail...

ChatGPT plugin for Whatsapp, Linkedin, Twitter, GPT4 GMail, Free AI Assistant Writer!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ReplyPal: WhatsApp Telegram Linkedin Gmail...",
  "description": "__MSG_appDesc__",
  "version": "3.3",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "host_permissions": [
    "https://*.openai.com/"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "settings.html"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentChat.js",
        "contentSettings.js",
        "contentMain.js",
        "contentPanel.js",
        "contentSelector.js",
        "contentButton.js",
        "Utility.js",
        "backgroundAI.js"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en"
}