|
2 | 2 | title: Office Add-ins with the unified app manifest for Microsoft 365
|
3 | 3 | description: Get an overview of the unified app manifest for Microsoft 365 for Office Add-ins and its uses.
|
4 | 4 | ms.topic: overview
|
5 |
| -ms.date: 02/12/2025 |
| 5 | +ms.date: 06/19/2025 |
6 | 6 | ms.localizationpriority: high
|
7 | 7 | ---
|
8 | 8 |
|
@@ -75,6 +75,27 @@ There is a `"validDomains"` array in the manifest file that is used to tell Offi
|
75 | 75 |
|
76 | 76 | To override this behavior in desktop platforms, add each domain you want to open in the add-in window to the list of domains specified in the `"validDomains"` array. If the add-in tries to go to a URL in a domain that is in the list, then it opens in the task pane in both Office on the web and desktop. If it tries to go to a URL that isn't in the list, then in Office on desktop, that URL opens in a new browser window (outside the add-in task pane).
|
77 | 77 |
|
| 78 | +## Client and platform support |
| 79 | + |
| 80 | +Add-ins that use the unified manifest can be installed if the Office platform *directly* supports it. |
| 81 | + |
| 82 | +To run an add-in on platforms that don't directly support the unified manifest, you must publish the add-in to [AppSource](https://appsource.microsoft.com/). When the app package that contains the unified manifest is deployed in AppSource, an add-in only manifest is generated from the unified manifest and stored. This add-in only manifest is then used to install the add-in on platforms that don't directly support the unified manifest. |
| 83 | + |
| 84 | +The following tables lists which Office platforms directly support add-ins that use the unified manifest. |
| 85 | + |
| 86 | +| Client/platform | Support for add-ins with the unified manifest| |
| 87 | +| ----- | ----- | |
| 88 | +| Office on the web | Directly supported | |
| 89 | +| Office on Windows (Version 2304 (Build 16320.00000) or later) connected to a Microsoft 365 subscription | Directly supported | |
| 90 | +| [new Outlook on Windows](https://support.microsoft.com/office/656bb8d9-5a60-49b2-a98b-ba7822bc7627) | Directly supported | |
| 91 | +| Office on Windows (prior to Version 2304 (Build 16320.00000)) connected to a Microsoft 365 subscription | Not directly supported | |
| 92 | +| Office on Windows (perpetual versions) | Not directly supported | |
| 93 | +| Office on Mac | Not directly supported | |
| 94 | +| Office on mobile | Not directly supported | |
| 95 | + |
| 96 | +> [!NOTE] |
| 97 | +> If you're deploying an add-in in the [Microsoft 365 Admin Center](../publish/publish.md) and require it to run on platforms that don't directly support the unified manifest, the add-in must be a published AppSource add-in. Custom add-ins or line-of-business (LOB) add-ins that use the unified manifest can't currently be deployed in the Microsoft 365 Admin Center. |
| 98 | +
|
78 | 99 | ## Sample unified manifest
|
79 | 100 |
|
80 | 101 | The following is an example of a unified app manifest for an add-in. It doesn't contain every possible manifest property.
|
|
0 commit comments