-
-
Notifications
You must be signed in to change notification settings - Fork 154
/
manifest.json
37 lines (37 loc) · 1.05 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
{
"id": "ee0666dd",
"name": "Personas",
"summary": "Create customizable personas",
"description": "Create beautiful and customizable personas with different layouts and image styles. Crafting personas has never been easier and more fun.",
"keywords": [
"personas",
"utility",
"productivity",
"concept",
"templates",
"ux"
],
"releaseNotes": "New persona template added. Auto scroll into view when created.",
"website": "https://www.tourdexd.com",
"author": "Tour de XD",
"helpUrl": "https://tourdexd.com/plugin/personas/",
"version": "1.1.0",
"languages": ["en"],
"icons": [
{ "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": "Personas",
"commandId": "openCommand"
}
]
}