-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
81 lines (79 loc) · 2.43 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
73
74
75
76
77
78
79
80
81
{
"name" : "Bullet",
"author": "Hasan Kazmi",
"helpUrl": "[email protected]",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"keywords": [
"Bullets",
"Numbering",
"Ul",
"Ol",
"Li",
"ordered list",
"un-ordered list",
"list",
"text formatting",
"Indent"
],
"summary": "Bullets and Numbering plugin",
"languages": [
"en"
],
"description" : "Bullets plugin as name suggests helps you to add round, square bullets as well as ordered list to your text layers. It is simple yet needed functionality in many projects. Simply select a text layer or multiple using Shift key and apply the plugin. Numbering or ordered list, your selection will define the sequence. So if you start selecting text layers from bottom up and apply order list command then bottom text element will have number 1 and so on. To fix this please make a selection from top down. If you have any issues or need more help, don't hesitate to contact me at [email protected].",
"id" : "02b738ca",
"icons":
[
{
"width": 48,
"height": 48,
"path":"images/icon_48.png"
},
{
"width":96,
"height":96,
"path":"images/icon_96.png"
},
{
"width":144,
"height":144,
"path":"images/icon_144.png"
},
{
"width":192,
"height":192,
"path":"images/icon_192.png"
}
],
"uiEntryPoints":
[
{
"type": "menu",
"label": "Bullets",
"menuItems":
[
{
"type": "menu",
"label": "Round >",
"commandId": "makeRoundBullets",
"shortcut": {"mac": "Cmd+Alt+Shift+K", "win": "Ctrl+Alt+Shift+K"}
},
{
"type": "menu",
"label": "Square >",
"commandId": "makeSquareBullets",
"shortcut": {"mac": "Cmd+Alt+Shift+S", "win": "Ctrl+Alt+Shift+S"}
},
{
"type": "menu",
"label": "Numbers >",
"commandId": "makeNumberBullets",
"shortcut": {"mac": "Cmd+Alt+Shift+O", "win": "Ctrl+Alt+Shift+O"}
}
]
}
],
"version" : "2.0.6"
}