-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
44 lines (44 loc) · 1.52 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
{
"id" : "d01e5cc5",
"name" : "Stock Image",
"version" : "1.0.23",
"author" : "QooQee.com",
"website" : "https://qooqee.com",
"helpUrl" : "https://support.qooqee.com",
"description" : "Stock Image plugin is a powerful tool for searching, saving and licencing images from Adobe Stock, directly in XD.\n\nFeatures:\n\n1. Using Adobe Stock advanced searching features directly in XD.\n2. Similar and direct image-search.\n3. Advanced filtering.\n4. Licensing images directly in XD.\n5. Saving images for using in the design or for licensing later.\n\n© QooQee.com",
"summary" : "Advanced image search for Adobe Stock",
"main" : "main.js",
"host": {
"app" : "XD",
"minVersion" : "21.0"
},
"uiEntryPoints": [
{
"type" : "panel",
"label" : "Adobe Stock Images",
"panelId" : "adobeStockImages"
}
],
"languages": [
"en"
],
"keywords": [
"utility",
"productivity",
"automation",
"photo",
"images",
"artboard",
"qooqee",
"unsplash",
"design",
"adobestock"
],
"icons": [
{ "width": 24, "height": 24, "path": "src/media/icon/24.png" },
{ "width": 48, "height": 48, "path": "src/media/icon/48.png" },
{ "width": 96, "height": 96, "path": "src/media/icon/96.png" },
{ "width": 144, "height": 144, "path": "src/media/icon/144.png" },
{ "width": 192, "height": 192, "path": "src/media/icon/192.png" }
]
}