Skip to content

Commit cb6da83

Browse files
Ky7mNormSohl
authored andcommitted
Update required size of icons according to new requirements (#93)
* Updated Context and theme information (#86) Clarified what information can be used in a Tabs URL, returned by the microsoftTeams.getContext() object, and clarified the wording for theme change handling. * Updates to icon size (#88) * Updated Context and theme information Clarified what information can be used in a Tabs URL, returned by the microsoftTeams.getContext() object, and clarified the wording for theme change handling. * Icon spec change (#85) * Updated icon sizes (#87) * fixed typo (#91) * Update required size of icons according to new requirements References: https://docs.microsoft.com/en-us/microsoftteams/platform/publishing/office-store-checklist https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/apps/apps-package#outline https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/apps/apps-package#color
1 parent 3039f80 commit cb6da83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

msteams-platform/resources/schema/manifest-schema.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The following schema sample shows all extensibility options.
3838
"full": "Full description of your app"
3939
},
4040
"icons": {
41-
"outline": "%FILENAME-20x20px%",
42-
"color": "%FILENAME-96x96px"
41+
"outline": "%FILENAME-32x32px%",
42+
"color": "%FILENAME-192x192px"
4343
},
4444
"accentColor": "%HEX-COLOR%",
4545
"configurableTabs": [
@@ -219,8 +219,8 @@ Icons used within the Teams app. The icon files must be included as part of the
219219

220220
|Name| Maximum size | Required | Description|
221221
|---|---|---|---|
222-
|`outline`|2048 characters||A relative file path to a transparent 20x20 PNG outline icon.|
223-
|`color`|2048 characters||A relative file path to a full color 96x96 PNG icon.|
222+
|`outline`|2048 characters||A relative file path to a transparent 32x32 PNG outline icon.|
223+
|`color`|2048 characters||A relative file path to a full color 192x192 PNG icon.|
224224

225225
## accentColor
226226

0 commit comments

Comments
 (0)