Remail for Gmail

Remail for Gmail

An AI-powered Chrome extension that helps you respond to emails faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Remail for Gmail",
  "short_name": "Remail",
  "version": "1.1.0",
  "description": "An AI-powered Chrome extension that helps you respond to emails faster.",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [],
  "host_permissions": [
    "https://mail.google.com/",
    "https://remail.ai/"
  ],
  "icons": {
    "128": "public/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader.02e2e3f4.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "assets/index.09369bcd.css"
      ]
    },
    {
      "js": [
        "assets/index.ts-loader.bf283b74.js"
      ],
      "matches": [
        "https://*.remail.ai/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "pageWorld.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [],
      "resources": [
        "icon-128.png",
        "fonts/*.ttf",
        "icons/*.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "assets/constants.8f8267df.js",
        "assets/package.5314ec54.js",
        "assets/index.tsx.5584c68c.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://*.remail.ai/*"
      ],
      "resources": [
        "assets/package.5314ec54.js",
        "assets/index.ts.d3dd2afa.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}