Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/UXP/com.adobe.unifiedpanel/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/UXP/com.adobe.unifiedpanel/manifest.json

{
  "id": "com.adobe.unifiedpanel",
  "name": "Discover Panel",
  "author": "Adobe Inc.",
  "version": "2508.130.0.11",
  "manifestVersion": 5,
  "main": "index.html",
  "requiredPermissions": {
    "clipboard": "readAndWrite"
  },
  "entrypoints": [
    {
      "type": "panel",
      "id": "panel",
      "label": {
        "default": "Photoshop Utility Panel"
      },
      "title": "Photoshop Utility Panel",
      "minimumSize": {
        "width": 310,
        "height": 200
      },
      "maximumSize": {
        "width": 2000,
        "height": 2000
      },
      "preferredDockedSize": {
        "width": 310,
        "height": 175
      },
      "preferredFloatingSize": {
        "width": 310,
        "height": 300
      }
    }
  ],
  "host": [
    {
      "app": "PS",
      "minVersion": "25.0",
      "dependencies": {
        "upicjs": "*"
      },
      "data": {
        "apiVersion": 2,
        "enableMenuRecording": true,
        "utilityPanelId": "panel"
      }
    },
    {
      "app": "AI",
      "minVersion": "27.8",
      "dependencies": {
        "upicjs": "*"
      }
    }
  ]
}