-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
63 lines (63 loc) · 1.3 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
{
"id": "30cb8db1",
"name": "Frontify",
"version": "1.0.2",
"author": "Frontify",
"website": "https://www.frontify.com",
"helpUrl": "https://help.frontify.com",
"summary": "Access all your brand assets",
"description": "Simplify creative operations by linking your digital brand assets in Frontify directly to Adobe XD, for seamless access to imagery, logos, colors, text fonts, and icons.",
"keywords": [
"consistency",
"branding",
"guidelines",
"digital assets",
"colors",
"typography",
"images",
"logo",
"icons"
],
"languages": [
"en",
"de"
],
"icons": [
{
"width": 24,
"height": 24,
"path": "assets/plugin-icons/icon_24x24.png"
},
{
"width": 48,
"height": 48,
"path": "assets/plugin-icons/icon_48x48.png"
},
{
"width": 96,
"height": 96,
"path": "assets/plugin-icons/icon_96x96.png"
},
{
"width": 144,
"height": 144,
"path": "assets/plugin-icons/icon_144x144.png"
},
{
"width": 192,
"height": 192,
"path": "assets/plugin-icons/icon_192x192.png"
}
],
"host": {
"app": "XD",
"minVersion": "21.0"
},
"uiEntryPoints": [
{
"type": "panel",
"label": "Frontify",
"panelId": "frontifyPanel"
}
]
}