Hey all, just seen recently that all my plugins now won’t install in the CC App like usual.
The manifest file below:
{
"id": "BiggerLogo",
"name": "BiggerLogo",
"version": "1.0.1",
"main": "index.html",
"host": [
{
"app": "PS",
"minVersion": "23.0.0",
"data" : {
"apiVersion": 2,
"loadEvent": "startup"
}
}
],
"manifestVersion": 5,
"requiredPermissions": {
"launchProcess": {
"schemes": [ "http","https","mailto", "file"],
"extensions": [".pdf",".psd",".png",".jpg"]
},
"network": { "domains": ["https://vexus.digital/"] },
"allowCodeGenerationFromStrings": true,
"localFileSystem": "plugin"
},
"entrypoints": [
{
"type": "panel",
"id": "BiggerLogo",
"minimumSize": {
"width": 300,
"height": 450
},
"maximumSize": {
"width": 300,
"height": 450
},
"preferredDockedSize": {
"width": 300,
"height": 450
},
"preferredFloatingSize": {
"width": 300,
"height": 450
},
"icons": [
{
"width": 23,
"height": 23,
"path": "icons/light.png",
"scale": [
1,
2
],
"theme": [
"dark",
"darkest"
],
"species": [
"generic"
]
},
{
"width": 23,
"height": 23,
"path": "icons/dark.png",
"scale": [
1,
2
],
"theme": [
"lightest",
"light"
],
"species": [
"generic"
]
}
]
}
],
"icons": [
{
"width": 48,
"height": 48,
"path": "icons/lightPlugin.png",
"scale": [1,2],
"theme": ["darkest", "dark", "medium"],
"species": ["pluginList"]
},
{
"width": 48,
"height": 48,
"path": "icons/darkPlugin.png",
"scale": [1,2],
"theme": ["lightest", "light"],
"species": ["pluginList"]
}
]
}