Missing UXP plugin panel icons

I am looking to get the icons in my plugin working in the plugin panels.
Created the manifest according to the documentation and examples, but the default icons are applied for the plugin panels. This issue only happens with InDesignm with PS everything is great.
I assume this is the ID issue.

Here is my manifest.json

{
  "id": "myId",
  "name": "Name",
  "version": "0.1.0",
  "main": "index.html",
  "host": [
    {
      "app": "ID",
      "minVersion": "18.5.0"
    }
  ],
  "manifestVersion": 5,
  "requiredPermissions": {
    "localFileSystem": "fullAccess",
    "webview": {
      "allow": "yes",
      "domains": "all",
      "enableMessageBridge": "localAndRemote"
    },
    "network": {
      "domains": "all"
    }
  },
  "entrypoints": [
    {
      "type": "panel",
      "id": "main",
      "label": {
        "default": "Panel name"
      },
      "minimumSize": {
        "width": 230,
        "height": 200
      },
      "maximumSize": {
        "width": 2000,
        "height": 2000
      },
      "preferredDockedSize": {
        "width": 230,
        "height": 300
      },
      "preferredFloatingSize": {
        "width": 230,
        "height": 300
      },
      "icons": [
        {
          "width": 23,
          "height": 23,
          "path": "icons/dark-panel.png",
          "scale": [
            1,
            2
          ],
          "theme": [
            "darkest",
            "dark",
            "medium"
          ],
          "species": [
            "chrome"
          ]
        },
        {
          "width": 23,
          "height": 23,
          "path": "icons/light-panel.png",
          "scale": [
            1,
            2
          ],
          "theme": [
            "lightest",
            "light"
          ],
          "species": [
            "chrome"
          ]
        }
      ]
    }
  ],
  "icons": [
    {
      "width": 48,
      "height": 48,
      "path": "icons/iconDark.png",
      "scale": [
        1,
        2
      ],
      "theme": [
        "dark"
      ]
    },
    {
      "width": 48,
      "height": 48,
      "path": "icons/iconLight.png",
      "scale": [
        1,
        2
      ],
      "theme": [
        "light"
      ]
    }
  ]
}

Any ideas on how to fix this?

I have reported a similar issue to Adobe, but it may not be in the sense you intended.
Can you please explain with screenshots what the current state is and what would be correct?

Also listing icons file names and their actual size dimensions might help I believe

Screenshot 2023-11-14 at 12.38.13
@Karmalakas, dark-panel.png and light-panel.png are 2323 and 4646, iconDark and iconLight are 2424 and 4848.

1)This is a working example in the PS.
Screenshot 2023-11-14 at 12.41.51
2)This is the same plugin, but in the ID
Screenshot 2023-11-14 at 12.42.28

It is exactly the same issue I reported. Currently there is probably no solution.

If you join the InDesign developer prerelease program and add your comments, it may accelerate the resolving process.

Thank you for the advice. I will add my comments.

1 Like

Hello all,
for InDesign is it still the case, that the icons are not being supported? Thanks Stefan

Looks like still no solutions for this issue😢

1 Like