Closed
Description
Specifying an entry for color32x32
in the icons
section of the manifest.json
causes a provision failure.
The icon specified via a relative path is not added to the .zip
bundle so the provision fails:
Summary:
1 failed, 3 passed.
You can check and update your app package at ./appPackage/build/appPackage.dev.zip.
(×) Error: The file icon-32x32-color.png could not be found in the app package.
File path: icon-32x32-color.png, title: Package extraction failed
To Reproduce
Steps to reproduce the behavior:
- Ensure a valid 32x32 colour png icon exists on the file system
- Update the
manifest.json
to reference this icon - Provision the Agent
- See error
Expected behavior
As per the documentation for the manifest version 1.22
a color32x32
icon should be supported.
Name | Type | Maximum size | Required | Description |
---|---|---|---|---|
outline | String | 32 x 32 pixels | ✔️ | A relative file path to a transparent 32x32 PNG outline icon. The border color must be white. |
color | String | 192 x 192 pixels | ✔️ | A relative file path to a full color 192x192 PNG icon. |
color 32x32 | String | 32 x 32 pixels | A relative file path to a full color PNG icon with transparent background. Size 32x32. |