From 660543084ee78b5dcca7025653f8817f02b5334b Mon Sep 17 00:00:00 2001 From: Haardik Dharma Date: Tue, 23 Feb 2021 01:43:17 +0530 Subject: [PATCH] Update plugin.json to make template more "marketplace-ready" (#144) Co-authored-by: Ben Schumacher --- assets/starter-template-icon.svg | 14 ++++++++++++++ plugin.json | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 assets/starter-template-icon.svg diff --git a/assets/starter-template-icon.svg b/assets/starter-template-icon.svg new file mode 100644 index 0000000..3ec77a4 --- /dev/null +++ b/assets/starter-template-icon.svg @@ -0,0 +1,14 @@ + + + + blue-icon + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/plugin.json b/plugin.json index b5b9a76..15645f6 100644 --- a/plugin.json +++ b/plugin.json @@ -2,6 +2,10 @@ "id": "com.mattermost.plugin-starter-template", "name": "Plugin Starter Template", "description": "This plugin serves as a starting point for writing a Mattermost plugin.", + "homepage_url": "https://github.com/mattermost/mattermost-plugin-starter-template", + "support_url": "https://github.com/mattermost/mattermost-plugin-starter-template/issues", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-starter-template/releases/tag/v0.1.0", + "icon_path": "assets/starter-template-icon.svg", "version": "0.1.0", "min_server_version": "5.12.0", "server": {