diff --git a/assets/icon.png b/assets/icon.png index 60e98aa5..884caa75 100644 Binary files a/assets/icon.png and b/assets/icon.png differ diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 00000000..9ac90cd3 --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1,66 @@ + + + + + + + image/svg+xml + + + + + + + + + diff --git a/plugin.json b/plugin.json index f96231bf..4cca9c6a 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "homepage_url": "https://github.com/mattermost/mattermost-plugin-jitsi", "support_url": "https://github.com/mattermost/mattermost-plugin-jitsi/issues", "release_notes_url": "https://github.com/mattermost/mattermost-plugin-jitsi/releases/tag/v1.3.0", - "icon_path": "assets/icon.png", + "icon_path": "assets/icon.svg", "version": "1.3.0", "min_server_version": "5.2.0", "server": { diff --git a/server/manifest.go b/server/manifest.go index 74a73094..b413f906 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -18,7 +18,7 @@ const manifestStr = ` "homepage_url": "https://github.com/mattermost/mattermost-plugin-jitsi", "support_url": "https://github.com/mattermost/mattermost-plugin-jitsi/issues", "release_notes_url": "https://github.com/mattermost/mattermost-plugin-jitsi/releases/tag/v1.3.0", - "icon_path": "assets/icon.png", + "icon_path": "assets/icon.svg", "version": "1.3.0", "min_server_version": "5.2.0", "server": { diff --git a/webapp/src/manifest.ts b/webapp/src/manifest.ts index 0be676e6..d32b6db3 100644 --- a/webapp/src/manifest.ts +++ b/webapp/src/manifest.ts @@ -8,7 +8,7 @@ const manifest = JSON.parse(` "homepage_url": "https://github.com/mattermost/mattermost-plugin-jitsi", "support_url": "https://github.com/mattermost/mattermost-plugin-jitsi/issues", "release_notes_url": "https://github.com/mattermost/mattermost-plugin-jitsi/releases/tag/v1.3.0", - "icon_path": "assets/icon.png", + "icon_path": "assets/icon.svg", "version": "1.3.0", "min_server_version": "5.2.0", "server": {