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": {