-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
73 lines (72 loc) · 1.71 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
{
"id": "a85f3416",
"name": "VisualEyes",
"version": "0.0.10",
"host": {
"app": "XD",
"minVersion": "13.0"
},
"summary": "Optimize your design with Attention Heatmapas and Clarity score",
"description": "Embrace data-driven design in your workflow. Understand how users look in your prototypes and how clear and aesthetically pleasing are your designs.",
"languages": ["en"],
"author": "Jim Raptis",
"website": "https://www.visualeyes.design",
"helpUrl": "http://bit.ly/visualeyes_learn",
"keywords": ["attention", "heatmap", "predictive", "predict"],
"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": "🖥 Desktop Design",
"commandId": "predictionDesktop",
"shortcut": { "mac": "Cmd+Alt+K", "win": "Ctrl+Alt+K" }
},
{
"type": "menu",
"label": "📱 Mobile Design",
"commandId": "predictionMobile",
"shortcut": { "mac": "Cmd+Alt+L", "win": "Ctrl+Alt+L" }
},
{
"type": "menu",
"label": "🔑 Set API key",
"commandId": "setApiKey"
},
{
"type": "menu",
"label": "⚙️ How many Credits do I have left?",
"commandId": "learnCredits"
},
{
"type": "menu",
"label": "💡 How to use VisualEyes?",
"commandId": "onBoarding"
}
]
}