-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
46 lines (46 loc) · 1.19 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
{
"name": "Border Control",
"id": "d6875147",
"version": "1.0.0",
"description": "Border Control allows you to attach a stroke of any size to any side of a rectangle with a click of a mouse.",
"summary": "Adds a border to one side of a rectangle.",
"releaseNotes": "First release",
"keywords": ["utility", "productivity"],
"languages": ["en", "de", "fr", "ja", "ko", "zh", "es", "pt"],
"website": "https://moreideasthantime.net/",
"author": "John Thomas",
"helpUrl": "https://moreideasthantime.net/contact.html",
"icons": [
{
"width": 24,
"height": 24,
"path": "images/[email protected]"
},
{
"width": 48,
"height": 48,
"path": "images/[email protected]"
}
],
"host": {
"app": "XD",
"minVersion": "21.0"
},
"uiEntryPoints": [
{
"type": "panel",
"label": {
"en": "Border Control",
"de": "Grenzkontrolle",
"fr": "Contrôle des frontières",
"ja": "国境警備隊",
"ko": "국경 통제",
"zh": "边境管制",
"es": "Control de fronteras",
"pt": "Controle de fronteira",
"default": "Border Control"
},
"panelId": "borderControl"
}
]
}