Still getting exact same error 
Do you know who would be the best to tag here maybe?
Here’s the full manifest
{
"id": "66c1463b",
"name": "Check Layers Free",
"version": "3.0.0",
"main": "index.js",
"host": {
"app": "PS",
"minVersion": "23.3.2",
"data": {
"apiVersion": 2
}
},
"manifestVersion": 5,
"requiredPermissions": {},
"entrypoints": [
{
"type": "command",
"id": "checkSpots",
"label": {
"default": "Spots"
}
},
{
"type": "command",
"id": "checkLuminance",
"label": {
"default": "Luminance"
}
},
{
"type": "command",
"id": "checkHue",
"label": {
"default": "Hue"
}
},
{
"type": "command",
"id": "checkSaturation",
"label": {
"default": "Saturation"
}
},
{
"type": "command",
"id": "checkHeat",
"label": {
"default": "Heat"
}
},
{
"type": "command",
"id": "checkEyeTrack",
"label": {
"default": "Eye Track"
}
},
{
"type": "command",
"id": "checkWhite",
"label": {
"default": "White"
}
},
{
"type": "command",
"id": "help",
"label": {
"default": "- Help -"
}
}
],
"icons": [
{
"width": 48,
"height": 48,
"path": "icons/light.png",
"scale": [
1,
2
],
"theme": [
"darkest",
"dark",
"medium"
],
"species": [
"pluginList"
]
},
{
"width": 48,
"height": 48,
"path": "icons/dark.png",
"scale": [
1,
2
],
"theme": [
"lightest",
"light"
],
"species": [
"pluginList"
]
}
]
}
BTW, tried removing requiredPermissions
completely - same result