Compozee - AI Email Writer

Compozee - AI Email Writer

Compozee - AI Powered Email Writer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Compozee - AI Email Writer",
  "version": "1.7",
  "description": "Compozee - AI Powered Email Writer",
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://mail.google.com/"
  ],
  "action": {
    "default_title": "Compozee",
    "default_popup": "index.html",
    "default_enabled": true,
    "default_icon": {
      "16": "get_started16.png",
      "32": "get_started32.png",
      "48": "get_started48.png",
      "128": "get_started128.png"
    }
  },
  "icons": {
    "16": "get_started16.png",
    "32": "get_started32.png",
    "48": "get_started48.png",
    "128": "get_started128.png"
  },
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "gmailcontent.js",
        "jquery.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "modalview.html",
        "rewriteModalView.html",
        "get_started48.png",
        "welcome.jpg",
        "website.jpg",
        "full-logo-without-icon.png"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}