MiniChat Pro Chrome Helper

MiniChat Pro Chrome Helper

Connect MiniChat Pro to a Range of Services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "MiniChat Pro",
  "name": "MiniChat Pro Chrome Helper",
  "description": "Connect MiniChat Pro to a Range of Services",
  "manifest_version": 3,
  "version": "2.1.1",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open MiniChat Pro Helper"
  },
  "icons": {
    "16": "apps/miniChatPro/logo16.png",
    "128": "apps/miniChatPro/logo192.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.chatdaddy.tech/*",
        "https://*.minichat.io/*"
      ],
      "js": [
        "scripts/content-script.js"
      ]
    }
  ],
  "host_permissions": [
    "https://*.minichat.io/*",
    "https://*.myshopline.com/*",
    "https://*.tokopedia.com/*",
    "https://*.shoplineapp.com/*",
    "http://*.shoplineapp.com/*",
    "*://*.tiktok.com/*",
    "*://seller.tiktokglobalshop.com/*"
  ]
}