AI-Reply

AI-Reply

AI-Reply: Your Personalized Email Assistant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AI-Reply",
  "description": "AI-Reply: Your Personalized Email Assistant",
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": {
      "32": "icon-32.png"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx-9cdd57a2-7ac1d5c1.js"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://outlook.live.com/*"
      ],
      "css": [
        "contentStyle.css",
        "assets/index-0c0a21f4.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "icon-128.png",
        "icon-32.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://mail.google.com/*",
        "https://outlook.live.com/*"
      ],
      "resources": [
        "assets/client-04d52975.js",
        "assets/index.tsx-9cdd57a2.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "version": "2.7.0"
}