ChatGPT for Email - Remail

ChatGPT for Email - Remail

An AI-powered Chrome extension that helps you write better emails faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChatGPT for Email - Remail",
  "short_name": "Remail",
  "version": "2.3.0",
  "description": "An AI-powered Chrome extension that helps you write better emails faster.",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "https://mail.google.com/",
    "https://api.remail.ai/",
    "https://app.remail.ai/"
  ],
  "icons": {
    "128": "public/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/inboxsdk.js-loader.13dcf2ba.js",
        "assets/index.tsx-loader.c68a4497.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "assets/index.6bb448dc.css"
      ]
    },
    {
      "js": [
        "assets/index.ts-loader.6a0a4d52.js"
      ],
      "matches": [
        "https://*.remail.ai/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "inboxsdk.js",
        "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/inboxsdk.js.8c5327bc.js",
        "assets/constants.c0ecd564.js",
        "assets/package.e8d7a91a.js",
        "assets/index.tsx.14506dc6.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://*.remail.ai/*"
      ],
      "resources": [
        "assets/package.e8d7a91a.js",
        "assets/index.ts.d3061fb7.js"
      ],
      "use_dynamic_url": true
    }
  ]
}