-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
40 lines (40 loc) · 1.12 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
{
"id": "291a133b",
"name": "Mimic",
"summary": "Extract from the web.",
"description": "Extract colors, font names and images from the web. Useful plugin to kickstart designs based off of something out in the wild.",
"keywords": [
"extract",
"generate",
"website",
"colors",
"fonts",
"images",
"boilerplate",
"utility",
"productivity",
"templates"
],
"releaseNotes": "Compatibility bug fixed",
"website": "https://www.tourdexd.com",
"author": "Tour de XD",
"helpUrl": "https://tourdexd.com/plugin/mimic/",
"version": "1.2.1",
"languages": ["en", "de", "fr", "ja", "ko", "zh"],
"icons": [
{ "width": 24, "height": 24, "path": "assets/icon_24.png" },
{ "width": 48, "height": 48, "path": "assets/icon_48.png" },
{ "width": 96, "height": 96, "path": "assets/icon_96.png" },
{ "width": 144, "height": 144, "path": "assets/icon_144.png" },
{ "width": 192, "height": 192, "path": "assets/icon_192.png" }
],
"host": {
"app": "XD",
"minVersion": "13.0"
},
"uiEntryPoints": [{
"type": "menu",
"label": "Mimic",
"commandId": "runCommand"
}]
}