I’m trying to make my plugin logo appear within the CC app but I just see a lego brick.
This is my manifest:
{
"id": "ONIRICUXP",
"name": "Oniric v2.1 (UXP)",
"version": "2.1.0",
"main": "index.js",
"host": [
{
"app": "PS",
"minVersion": "23.0.0",
"data": {
"apiVersion": 2,
"loadEvent": "use"
}
}
],
"requiredPermissions": {
"localFileSystem": "fullAccess",
"launchProcess": {
"extensions": [
""
],
"schemes": [
"https"
]
},
"network": {
"domains": "all"
},
"allowCodeGenerationFromStrings": true
},
"manifestVersion": 5,
"entrypoints": [
{
"type": "panel",
"id": "oniricUXP",
"minimumSize": {
"width": 260,
"height": 290
},
"maximumSize": {
"width": 1000,
"height": 2160
},
"preferredDockedSize": {
"width": 260,
"height": 950
},
"preferredFloatingSize": {
"width": 260,
"height": 950
},
"label": {
"default": "Oniric v2.1 (UXP)"
},
"icons": [
{
"width": 23,
"height": 23,
"path": "icons/oniric.png",
"scale": [
1,
2
],
"theme": [
"dark",
"darkest",
"medium",
"light",
"lightest"
]
}
]
}
],
"icons": [
{
"width": 48,
"height": 48,
"path": "icons/on.png",
"scale": [
1,
2
],
"theme": [
"darkest",
"dark",
"medium",
"lightest",
"light",
"all"
]
}
],
"runOnStartup": true
}
I have four icons:
This works fine inside Photoshop, I only have issues when Installed. Is it because it is not inside the Adobe Market Place?