Skip to content

Commit 4cc1b08

Browse files
authored
Merge pull request #5039 from OfficeDev/manifest-overview
[All Hosts] (manifest) update host support in manifest overview
2 parents 2ed431d + 75e1724 commit 4cc1b08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/develop/add-in-manifests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Office Add-ins manifest
33
description: Get an overview of the Office Add-in manifest and its uses.
44
ms.topic: overview
5-
ms.date: 04/12/2024
5+
ms.date: 02/12/2025
66
ms.localizationpriority: high
77
---
88

99
# Office Add-ins manifest
1010

1111
Every Office add-in has a manifest. There are two types of manifests:
1212

13-
- **Add-in only manifest**: This is the only type of manifest that's currently supported for non-Outlook add-ins. Its format is XML. This type of manifest can't be used for an app that combines an add-in with some other kind of extension of the Microsoft 365 platform.
14-
- **Unified manifest for Microsoft 365**: This is an expanded version of the JSON-formatted manifest that has been used for years as the manifest for Teams Apps. Add-ins that use this manifest can be combined with other kinds of extensions of the Microsoft 365 platform in a single app that's installable as a unit.
13+
- **Add-in only manifest**: This type of manifest can be used for production add-ins in Excel, OneNote, Outlook, PowerPoint, Project, and Word. It can't be used for an app that combines an add-in with some other kind of extension of the Microsoft 365 platform. Its format is XML.
14+
- **Unified manifest for Microsoft 365**: This is an expanded version of the JSON-formatted manifest that has been used for years as the manifest for Teams Apps. Add-ins that use this manifest can be combined with other kinds of extensions of the Microsoft 365 platform in a single app that's installable as a unit. You can use this type of manifest for production Outlook add-ins. It's available for preview in Excel, PowerPoint, and Word add-ins.
1515

1616
[!INCLUDE [non-unified manifest clients note](../includes/non-unified-manifest-clients.md)]
1717

0 commit comments

Comments
 (0)