-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
72 lines (72 loc) · 2.81 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
63
64
65
66
67
68
69
70
71
72
{
"id": "700b7996",
"name": "Lorem Ipsum",
"description": "A small plugin to insert placeholder text that fits your needs: As simple as you want it to be, yet as advanced as you need it to be…\n\nIt is as easy as selecting one or more text layer(s) and running the plugin from the plugin's menu. Alternatively, you can also use the keyboard shortcut \"Ctrl+Alt+L\" on Windows or \"Cmd+Option+L\" on macOS to run the plugin.\n\nLast but not least: I’m always happy to listen to feedback. Therefore, if you have any (may it be feature requests, bug reports or something else), please let me know via the support website, and I'll see how I can accommodate your wishes.",
"version": "1.3.0",
"host": {
"app": "XD",
"minVersion": "24.0"
},
"icons": [
{ "width": 24, "height": 24, "path": "icons/icon@1x.png" },
{ "width": 48, "height": 48, "path": "icons/icon@2x.png" }
],
"uiEntryPoints": [
{
"type": "menu",
"label": "Lorem Ipsum...",
"menuItems": [
{
"type": "menu",
"label": {
"default": "Fill with placeholder text…",
"de": "Mit Platzhaltertext füllen…"
},
"commandId": "lorem",
"shortcut": {
"mac": "Cmd+Alt+L",
"win": "Ctrl+Alt+L"
}
},
{
"type": "menu",
"label": {
"default": "Fill with placeholder text (last settings)",
"de": "Mit Platzhaltertext füllen (wie letztes mal)"
},
"commandId": "quickLorem"
},
{
"type": "menu",
"label": {
"default": "Quick Lorem Ipsum",
"de": "Schnelles Lorem Ipsum"
},
"commandId": "loremPreconfigured"
},
{
"type": "menu",
"label": {
"default": "Quick Lorem Ipsum (trim height)",
"de": "Schnelles Lorem Ipsum (Höhe anpassen)"
},
"commandId": "loremPreconfiguredTrim"
}
]
}
],
"author": "Pablo Klaschka",
"summary": "Insert placeholder text",
"website": "https://xdplugins.pabloklaschka.de/plugins/lorem-ipsum",
"helpUrl": "https://xdplugins.pabloklaschka.de/plugins/lorem-ipsum#support",
"keywords": [
"Text",
"Placeholder text",
"Lorem Ipsum",
"Fill"
],
"languages": [
"de",
"en"
]
}