{
  "manifestVersion": 5,
  "id": "com.ppmcp.premiere.uxp",
  "name": "MCP for Adobe Premiere Pro",
  "version": "1.13.0",
  "main": "index.html",
  "host": { "app": "premierepro", "minVersion": "25.6.0" },
  "entrypoints": [
    {
      "type": "panel",
      "id": "mcpBridgePanel",
      "label": { "default": "MCP for Adobe Premiere Pro" },
      "minimumSize": { "width": 320, "height": 240 },
      "preferredDockedSize": { "width": 380, "height": 520 },
      "preferredFloatingSize": { "width": 420, "height": 560 }
    }
  ],
  "requiredPermissions": {
    "localFileSystem": "request",
    "network": { "domains": "all" }
  }
}
