Skip to content

manifest version 1.22 icons color32x32 not working #14225

Closed
@lnmp4000

Description

@lnmp4000

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:

  1. Ensure a valid 32x32 colour png icon exists on the file system
  2. Update the manifest.json to reference this icon
  3. Provision the Agent
  4. 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions