-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 1.09 KB
/
Copy pathmanifest.json
File metadata and controls
37 lines (37 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"id": "com.modelslab.mstudio.ae.sync",
"name": "MStudio Sync",
"version": "2.0.1",
"manifestVersion": 5,
"host": [
{
"app": "aftereffects",
"minVersion": "24.0"
}
],
"entryPoints": [
{
"type": "panel",
"id": "mstudio.sync.panel",
"main": "src/index.html",
"label": {
"default": "MStudio Sync"
},
"minimumSize": { "width": 280, "height": 400 },
"maximumSize": { "width": 600, "height": 1200 },
"preferredDockedSize": { "width": 320, "height": 500 },
"preferredFloatingSize": { "width": 320, "height": 600 },
"icons": [
{ "width": 23, "height": 23, "path": "assets/icons/icon-23.png", "scale": [1, 2], "theme": ["all"] },
{ "width": 48, "height": 48, "path": "assets/icons/icon-48.png", "scale": [1, 2], "theme": ["all"] }
]
}
],
"requiredPermissions": {
"network": {
"domains": ["https://*.modelslab.com", "https://*.modelslab.ai", "https://*.mstudio.ai", "https://*.cloudflarestorage.com"]
},
"localFileSystem": "fullAccess",
"clipboard": "readAndWrite"
}
}