Professionally AI Email Writer

Professionally AI Email Writer

Automatically rephrases emails in Gmail for a more professional tone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Professionally AI Email Writer",
  "description": "Automatically rephrases emails in Gmail for a more professional tone.",
  "short_name": "Professionally",
  "version": "2.1.0.0",
  "version_name": "2.1.0",
  "icons": {
    "16": "common/assets/images/professionally-new-logo-16.png",
    "48": "common/assets/images/professionally-new-logo-48.png",
    "128": "common/assets/images/professionally-new-logo-128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Side Panel"
  },
  "side_panel": {
    "default_path": "common/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-82412658.js"
      ],
      "all_frames": false,
      "matches": [
        "*://mail.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://mail.google.com/*"
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "sidePanel",
    "tabs",
    "webNavigation"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "chrome/content-script/index.ts",
        "common/assets/images/professionally-new-logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "resources": [
        "assets/index-0e8d7234.js",
        "assets/index.ts-abcfd30f.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}