31 lines
772 B
JSON
31 lines
772 B
JSON
{
|
|
"manifestVersion": 5,
|
|
"id": "net.wilddragon.dragonflight.uxp",
|
|
"name": "Dragonflight MAM",
|
|
"version": "2.1.3",
|
|
"main": "index.html",
|
|
"host": {
|
|
"app": "premierepro",
|
|
"minVersion": "26.0.0"
|
|
},
|
|
"entrypoints": [
|
|
{
|
|
"type": "panel",
|
|
"id": "main",
|
|
"label": { "default": "Dragonflight MAM" },
|
|
"minimumSize": { "width": 320, "height": 400 },
|
|
"preferredDockedSize": { "width": 380, "height": 660 },
|
|
"preferredFloatingSize":{ "width": 420, "height": 780 }
|
|
}
|
|
],
|
|
"requiredPermissions": {
|
|
"localFileSystem": "fullAccess",
|
|
"network": {
|
|
"domains": [
|
|
"https://dragonflight.live",
|
|
"https://broadcastmgmt.cloud"
|
|
]
|
|
},
|
|
"allowCodeGenerationFromStrings": false
|
|
}
|
|
}
|