Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update required size of icons according to new requirements
  • Loading branch information
Ky7m authored Feb 16, 2018
commit 442669b73d4775e3d21357a87f9b8a6fda9a3e89
8 changes: 4 additions & 4 deletions msteams-platform/resources/schema/manifest-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ The following schema sample shows all extensibility options.
"full": "Full description of your app"
},
"icons": {
"outline": "%FILENAME-20x20px%",
"color": "%FILENAME-96x96px"
"outline": "%FILENAME-32x32px%",
"color": "%FILENAME-192x192px"
},
"accentColor": "%HEX-COLOR%",
"configurableTabs": [
Expand Down Expand Up @@ -219,8 +219,8 @@ Icons used within the Teams app. The icon files must be included as part of the

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

## accentColor

Expand Down