-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
38 lines (38 loc) · 957 Bytes
/
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
{
"id": "224144f6",
"name": "Streamline",
"version": "0.0.2",
"description": "The world’s largest icon set since 2012. 30,000 vector icons for designers, developers, and makers.",
"summary": "Have access to the world’s largest icon set since 2012. 30,000 vector icons for designers, developers, and makers.",
"languages": ["en"],
"author": "Streamline",
"helpUrl": "https://streamlineicons.com",
"host": {
"app": "XD",
"minVersion": "21.0"
},
"uiEntryPoints": [
{
"type": "panel",
"label": "Streamline icons",
"panelId": "showIcons"
}
],
"icons": [
{
"width": 24,
"height": 24,
"path": "assets/icons/icon24.png"
},
{
"width": 48,
"height": 48,
"path": "assets/icons/icon48.png"
},
{
"width": 96,
"height": 96,
"path": "assets/icons/icon96.png"
}
]
}