Skip to content

Commit 172ca62

Browse files
[All hosts] (manifest) Clarify support for ICO image files in the manifest (#2241)
1 parent ba9d65c commit 172ca62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/manifest/image.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Image element in the manifest file
33
description: The Image element enables you to specify the URL of an image used for an icon.
4-
ms.date: 02/07/2023
4+
ms.date: 03/28/2025
55
ms.localizationpriority: medium
66
---
77

@@ -49,6 +49,7 @@ The following image file formats are supported.
4949
>
5050
> - If the image is your add-in's representative icon, see [Create effective listings in AppSource and within Office](/partner-center/marketplace-offers/create-effective-office-store-listings#create-an-icon-for-your-add-in) for size and other requirements.
5151
> - Office Add-ins require the ability to cache image resources for performance purposes. For this reason, the server hosting an image resource must not add any CACHE-CONTROL directives to the response header. These directives result in Office automatically substituting a generic or default image. To force the use of new icons on your development computer, [Clear the Office cache](/office/dev/add-ins/testing/clear-cache). To force the use of new icons on your end-user's computers, you must give the new icons different URLs from the old ones.
52+
> - The ICO format isn't supported. Using it in your manifest will fail manifest validation and prevent your add-in from appearing in the ribbon or action bar.
5253
5354
## Child elements
5455

0 commit comments

Comments
 (0)