ReplyGO - AI for customer service

ReplyGO - AI for customer service

AI Agent for e-commerce and ticketing platforms powered by ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ReplyGO - AI for customer service",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqLNu+PGnyEZZ6cJqbKlvghuqMeK75nQwPH7vsYL+EM4tXvkD7bE/bmSbcGjpsnUpO7bXMXDqGqV1B/rUBFowPUAJwBQUw0vx5aqV0XAdMqTgRUU8+1RbM9NHAaWXCiU0agsvcsY9rCMdjjTEtf3WKvuyX8QkflZubGWnfXb1jXUovbMfk0xtr3YNewSr4+xrMWX1HXghoedlEzndpwO8+0WymWzscjY8YNMXLUrqYNxcIVGBSe+hh6yW+MJVQBV5eFDdvfU3qly5GkD5U3CmMHBZ20Xc26IxZJLmZUSgvxql57V9Oqm88QnVIqf2oNriLV0bFD2P8UHMUrGS6dSpJQIDAQAB",
  "description": "AI Agent for e-commerce and ticketing platforms powered by ChatGPT",
  "version": "0.6.1",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-06f530be.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icons/dropdown-icon.svg",
        "icons/dropdown-select-icon.svg",
        "icons/google-icon.svg",
        "icons/inactive-star-icon.svg",
        "icons/main-icon.svg",
        "icons/profile-picture-small.svg",
        "icons/profile-picture.svg",
        "icons/star-icon.svg",
        "new-icons/icon-close.svg",
        "new-icons/icon-cog.svg",
        "new-icons/icon-copy.svg",
        "new-icons/icon-full-logo.svg",
        "new-icons/icon-plus.svg",
        "new-icons/icon-regenerate.svg",
        "new-icons/icon-save-active.svg",
        "new-icons/icon-save-inactive.svg",
        "new-icons/icon-send.svg",
        "new-icons/icon-translate.svg",
        "smiles/smile-angel-64.png",
        "smiles/smile-angry-64.png",
        "smiles/smile-relief-64.png",
        "smiles/smile-sad-64.png",
        "smiles/smile-simple-64.png",
        "smiles/smile-star-eyes-64.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-2b5fcbdc.js",
        "assets/chunk-725317a4.js",
        "assets/chunk-bf0e8052.js",
        "assets/chunk-eac7ec6a.js",
        "assets/chunk-d9d9b214.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/extension_16.png",
      "32": "images/extension_32.png",
      "48": "images/extension_48.png",
      "128": "images/extension_128.png"
    }
  },
  "icons": {
    "16": "images/extension_16.png",
    "32": "images/extension_32.png",
    "48": "images/extension_48.png",
    "128": "images/extension_128.png"
  },
  "permissions": [
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "tabs"
  ]
}