I’ve been trying to submit a plugin to the marketplace and I keep getting this error while trying to attach the file.
The manifest is fairly simple and I already submitted other plugins before. This is the manifest (replaced id and name with “…”):
{
"id": "...",
"name": "...",
"version": "1.0.0",
"main": "index.js",
"host": [
{
"app": "PS",
"minVersion": "22.0.0"
}
],
"manifestVersion": 4,
"entrypoints": [
{
"type": "command",
"id": "export",
"label": {
"default": "Export"
}
}
],
"icons": [
{
"width": 24,
"height": 24,
"path": "icons/icon.png",
"scale": [
1,
2
],
"theme": [
"darkest",
"dark",
"medium",
"lightest",
"light"
]
}
]
}
Unfortunately, the error is not useful AND I contacted Adobe and they could only tell me that the package works if installed manually. Any idea what’s going on? Thanks a lot!