AI Email Response Generator - superReply

AI Email Response Generator - superReply

Let superReply handle the hard work for you with its AI-powered email response tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "102",
  "name": "AI Email Response Generator - superReply",
  "description": "Let superReply handle the hard work for you with its AI-powered email response tool.",
  "background": {
    "service_worker": "/js/background.js"
  },
  "action": {
    "default_icon": "/img/logo.png",
    "default_popup": "/pages/popup/index.html"
  },
  "icons": {
    "128": "/img/logo.png",
    "512": "/img/logo.png"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "run_at": "document_start",
      "world": "MAIN",
      "js": [
        "/js/content_world_main.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://outlook.office365.com/*",
        "https://outlook.live.com/*",
        "https://outlook.office.com/*"
      ]
    },
    {
      "all_frames": false,
      "run_at": "document_idle",
      "world": "ISOLATED",
      "js": [
        "/js/content.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://outlook.office365.com/*",
        "https://outlook.live.com/*",
        "https://outlook.office.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://mail.google.com/*",
    "https://outlook.office365.com/*",
    "https://outlook.live.com/*",
    "https://outlook.office.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "extension_ids": []
    }
  ],
  "version": "1.1.0.7",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArnXKR8mPihAOB50GHIj8UsngX2SJ+LdoJEcdksjK1ZJVCm36VHGLUdnJz3sU+5PnAN+PR1WnUJoYiDdW0hAVQ8za1av/kSsAZnsvJwmvfum/5TQZOHU4A/xspCEu7JMD//WWLVyWlqg/5GGYoYeaD4yENVg/Dtp7j5bFq8WZw9jMfgjcdTomx8mFC+AWAZAL/0xZuTvLVEqu9k8UlRpgYfBAi2aoaqKPeFIV0INme0A4WSsar748fqCNyi5ESjt43USm85W5G2/n275cGySNi6HkXD7HBbVLtrOCnaJrmdB5wGWuQkU/A1yqg1X/CyKkwMtKHC6WXIC7vEiN0pBdxwIDAQAB"
}