diff --git a/src/img/connection.png b/src/img/connection.png new file mode 100644 index 0000000..e9ce3c3 Binary files /dev/null and b/src/img/connection.png differ diff --git a/src/img/datasource.png b/src/img/datasource.png new file mode 100644 index 0000000..479ae62 Binary files /dev/null and b/src/img/datasource.png differ diff --git a/src/img/explore.png b/src/img/explore.png new file mode 100644 index 0000000..cda82ec Binary files /dev/null and b/src/img/explore.png differ diff --git a/src/img/sankey.png b/src/img/sankey.png new file mode 100644 index 0000000..0084e9a Binary files /dev/null and b/src/img/sankey.png differ diff --git a/src/plugin.json b/src/plugin.json index ba31fa6..14b4984 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -15,7 +15,24 @@ "large": "img/logo.svg" }, "links": [], - "screenshots": [], + "screenshots": [ + { + "name": "Connection", + "path": "img/connection.png" + }, + { + "name": "Data source", + "path": "img/datasource.png" + }, + { + "name": "Explore data", + "path": "img/explore.png" + }, + { + "name": "Build powerful dashboard", + "path": "img/sankey.png" + } + ], "version": "%VERSION%", "updated": "%TODAY%" },