-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
41 lines (40 loc) · 1.25 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
{
"id": "b5ef6ba9",
"name": "Notes and Annotations",
"summary": "Interactive notes/annotations",
"description": "With Notes and Annotations you can easily add interactive notes based on provided templates or create your own look and feel. With two simple buttons you can easily hide or show all notes in the entire document.",
"keywords": [
"notes",
"annotations",
"collaboration",
"feedback",
"utility",
"productivity",
"concept",
"templates",
"ux"
],
"releaseNotes": "First full features version. More templates coming soon.",
"website": "https://www.tourdexd.com",
"author": "Tour de XD",
"helpUrl": "https://tourdexd.com/plugin/notes-and-annotations/",
"version": "1.0.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": "Notes and Annotations",
"commandId": "dialogDefault"
}
]
}