diff --git a/img/showcase1.png b/img/showcase1.png new file mode 100644 index 0000000..9f31059 Binary files /dev/null and b/img/showcase1.png differ diff --git a/img/showcase2.png b/img/showcase2.png new file mode 100644 index 0000000..c7ee6a4 Binary files /dev/null and b/img/showcase2.png differ diff --git a/src/manifest.json b/src/manifest.json index c454e52..e75a57f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -10,7 +10,16 @@ "repository_url": "https://github.com/JackGruber/joplin-plugin-note-overview", "keywords": ["search", "overview", "savedsearch", "saved", "query"], "categories": ["productivity"], - "screenshots": [], + "screenshots": [ + { + "src": "img/showcase1.png", + "label": "Screenshot: Showcase 1" + }, + { + "src": "img/showcase2.png", + "label": "Screenshot: Showcase 2" + } + ], "icons": { "256": "img/icon_256.png" }