-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
62 lines (62 loc) · 1.64 KB
/
manifest.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"summary" : "Real 3D mockup generator (Mac)",
"website" : "https://rotato.xyz",
"keywords" : [ "rotato", "3d", "mockup", "mockups", "animation", "animate" ],
"languages" : [ "en"],
"author" : "Rotato",
"description" : "Get your designs on the screens of photorealistic 3D iPhones and other devices. MacOS app on rotato.xyz. Not available for Windows yet.",
"helpUrl" : "https://rotato.xyz/help",
"main" : "main.js",
"icons" : [ {
"path" : "images/xd48.png",
"width" : 48,
"height" : 48
}, {
"path" : "images/xd96.png",
"width" : 96,
"height" : 96
}, {
"path" : "images/xd144.png",
"width" : 144,
"height" : 144
}, {
"path" : "images/xd192.png",
"width" : 192,
"height" : 192
} ],
"version" : "1.1.3",
"releaseNotes" : "You can now copy a rendered artboard and paste it anywhere",
"name" : "Rotato",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"id" : "01dc1332",
"uiEntryPoints" : [
{
"type" : "menu",
"label" : "Rotato",
"menuItems" :
[
{
"label" : "Send to Rotato",
"type" : "menu",
"commandId" : "sendToRotato",
"shortcut": { "mac": "Cmd+Option+R" }
},
{
"label" : "Explode in Rotato",
"type" : "menu",
"commandId" : "explodeInRotato",
"shortcut": { "mac": "Cmd+Option+E" }
},
{
"label" : "Render & Copy to Pasteboard",
"type" : "menu",
"commandId" : "copyRendered",
"shortcut": { "mac": "Cmd+Option+C" }
}
]
}
]
}