Examine source code of Professionally AI Email Writer

Inspect and view changes in Professionally AI Email Writer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Professionally AI Email Writer",
  "description": "Automatically rephrases emails in Gmail for a more professional tone.",
  "short_name": "Professionally",
  "version": "5.0.0.0",
  "version_name": "5.0.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_popup": "chrome/popup/popup.html",
    "default_title": "Side Panel"
  },
  "side_panel": {
    "default_path": "common/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "open-side-panel": {
      "suggested_key": {
        "default": "Alt+P",
        "mac": "Alt+P"
      },
      "description": "Open the sidePanel"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-34be6cb7.js"
      ],
      "all_frames": false,
      "css": [
        "chrome/css/style.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "type": "module"
    }
  ],
  "host_permissions": [
    "*://*/"
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "sidePanel",
    "tabs",
    "webNavigation",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "chrome/content-script/index.ts",
        "chrome/css/style.css",
        "common/assets/images/professionally-new-logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index-0e8d7234.js",
        "assets/common-7a3f8f1a.js",
        "assets/index.ts-7e3cd291.js"
      ],
      "use_dynamic_url": false
    }
  ]
}