From 33dd4a0d64977b37bd8a9bff0f035a6dccda2acf Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 8 Feb 2021 12:48:18 +0100 Subject: [PATCH] Add plugin icon (#148) --- assets/icon.svg | 9 +++++++++ plugin.json | 1 + 2 files changed, 10 insertions(+) create mode 100644 assets/icon.svg diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 00000000..ee97ee67 --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/plugin.json b/plugin.json index 14759b19..b12c04d1 100644 --- a/plugin.json +++ b/plugin.json @@ -5,6 +5,7 @@ "homepage_url": "https://github.com/mattermost/mattermost-plugin-autolink", "support_url": "https://github.com/mattermost/mattermost-plugin-autolink/issues", "release_notes_url": "https://github.com/mattermost/mattermost-plugin-autolink/releases/tag/v1.2.1", + "icon_path": "assets/icon.svg", "version": "1.2.1", "min_server_version": "5.16.0", "server": {