# Outlook Add-in Manifests

- `manifest.outlook.xml` — **dev** (localhost:3001, placeholder GUID `4444…`).
- `manifest.outlook.prod.xml` — **production** (`outlook-office-ai-assistant.infinitibit.com`,
  GUID `20e692f6-60ac-4d13-b3cb-239933484b36`).

Both are Mail (`MailApp`) manifests with nested `VersionOverrides` (V1_0 → V1_1), requirement set
`Mailbox` 1.5, and read + compose ribbon buttons.

**The full deployment guide** — verification, certificates, sideloading, centralized deployment,
updating, validation, and SSO — lives with the document manifests and covers all four hosts:

➡️ [`../../taskpane-documents/manifests/README.md`](../../taskpane-documents/manifests/README.md)

Quick local sideload:

```bash
pnpm dev:outlook                                         # serves https://localhost:3001
npx office-addin-debugging start manifests/manifest.outlook.xml
```
