141 lines
2.5 KiB
JSON
141 lines
2.5 KiB
JSON
{
|
|
"id": "auto.photoshop.stable.diffusion.plugin",
|
|
"name": "Auto Photoshop Stable Diffusion Plugin",
|
|
"version": "1.1.0",
|
|
"host": [
|
|
{
|
|
"app": "PS",
|
|
"minVersion": "24.0.0"
|
|
}
|
|
],
|
|
"main": "index.html",
|
|
"manifestVersion": 5,
|
|
"requiredPermissions": {
|
|
"network": {
|
|
"domains": "all"
|
|
},
|
|
"launchProcess": {
|
|
"schemes": [
|
|
"http",
|
|
"https",
|
|
"mailto"
|
|
],
|
|
"extensions": [
|
|
".png",
|
|
".jpg",
|
|
".pdf",
|
|
""
|
|
]
|
|
},
|
|
"clipboard": "readAndWrite",
|
|
"localFileSystem": "request",
|
|
"ipc": {
|
|
"enablePluginCommunication": true
|
|
}
|
|
},
|
|
"entrypoints": [
|
|
{
|
|
"type": "panel",
|
|
"id": "vanilla",
|
|
"label": {
|
|
"default": "Auto-Photoshop-SD",
|
|
"en-US": "Auto-Photoshop-SD",
|
|
"es-ES": "Auto-Photoshop-SD"
|
|
},
|
|
"minimumSize": {
|
|
"width": 400,
|
|
"height": 800
|
|
},
|
|
"maximumSize": {
|
|
"width": 1200,
|
|
"height": 10000
|
|
},
|
|
"preferredDockedSize": {
|
|
"width": 150,
|
|
"height": 800
|
|
},
|
|
"preferredFloatingSize": {
|
|
"width": 300,
|
|
"height": 800
|
|
},
|
|
"commands": [
|
|
{
|
|
"id": "show_alert",
|
|
"label": {
|
|
"default": "Show Alert",
|
|
"en-US": "Show Alert (US)",
|
|
"es-ES": "Show Alert (ES)"
|
|
}
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"width": 32,
|
|
"height": 32,
|
|
"path": "icon/icon_D.png",
|
|
"scale": [
|
|
1,
|
|
2
|
|
],
|
|
"theme": [
|
|
"dark",
|
|
"darkest"
|
|
],
|
|
"species": [
|
|
"generic"
|
|
]
|
|
},
|
|
{
|
|
"width": 32,
|
|
"height": 32,
|
|
"path": "icon/icon_N.png",
|
|
"scale": [
|
|
1,
|
|
2
|
|
],
|
|
"theme": [
|
|
"lightest",
|
|
"light"
|
|
],
|
|
"species": [
|
|
"generic"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"width": 32,
|
|
"height": 32,
|
|
"path": "icon/icon_D.png",
|
|
"scale": [
|
|
1,
|
|
2
|
|
],
|
|
"theme": [
|
|
"dark",
|
|
"darkest"
|
|
],
|
|
"species": [
|
|
"generic"
|
|
]
|
|
},
|
|
{
|
|
"width": 32,
|
|
"height": 32,
|
|
"path": "icon/icon_N.png",
|
|
"scale": [
|
|
1,
|
|
2
|
|
],
|
|
"theme": [
|
|
"lightest",
|
|
"light"
|
|
],
|
|
"species": [
|
|
"generic"
|
|
]
|
|
}
|
|
]
|
|
} |