-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
64 lines (63 loc) · 1.53 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
{
"id": "afd1867c",
"name": "Android Artboard",
"host": {
"app": "XD",
"minVersion": "19.0"
},
"version": "0.0.1",
"description": "This is an easy plugin to generate different android screen sized artboard. Now you don't need to remember the values",
"summary": "Android screensize artboards",
"releaseNotes": "Initial release",
"keywords": [
"android",
"productivity",
"automation",
"artboard",
"android screen",
"pixel",
"screen size"
],
"languages": [
"en",
"de",
"fr"
],
"author": "Rohith R",
"helpUrl": "https://www.rohitkrishna.com",
"icons": [{
"width": 24,
"height": 24,
"path": "images/[email protected]"
},
{
"width": 48,
"height": 48,
"path": "images/[email protected]"
},
{
"width": 96,
"height": 96,
"path": "images/[email protected]"
},
{
"width": 144,
"height": 144,
"path": "images/[email protected]"
},
{
"width": 192,
"height": 192,
"path": "images/[email protected]"
}
],
"uiEntryPoints": [{
"type": "menu",
"label": "Android Artboard",
"commandId": "createartboard",
"shortcut": {
"mac": "Cmd+Shift+W",
"win": "Ctrl+Shift+W"
}
}]
}