diff --git a/assets/icon.png b/assets/icon.png index 9262f087..60e98aa5 100644 Binary files a/assets/icon.png and b/assets/icon.png differ diff --git a/assets/icon.svg b/assets/icon.svg deleted file mode 100644 index 5a3526ac..00000000 --- a/assets/icon.svg +++ /dev/null @@ -1,650 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugin.json b/plugin.json index 4cca9c6a..f96231bf 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.svg", + "icon_path": "assets/icon.png", "version": "1.3.0", "min_server_version": "5.2.0", "server": { diff --git a/server/manifest.go b/server/manifest.go index 9b799ca8..74a73094 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.svg", + "icon_path": "assets/icon.png", "version": "1.3.0", "min_server_version": "5.2.0", "server": { @@ -48,7 +48,7 @@ const manifestStr = ` "key": "JitsiEmbedded", "display_name": "Embed Jitsi video inside Mattermost", "type": "bool", - "help_text": "(Experimental) When true, Jitsi video is embedded as a floating window inside Mattermost.", + "help_text": "(Experimental) When true, Jitsi video is embedded as a floating window inside Mattermost by default. Users can override this setting with '/jitsi settings'", "placeholder": "", "default": null }, @@ -56,7 +56,7 @@ const manifestStr = ` "key": "JitsiNamingScheme", "display_name": "Jitsi Meeting Names", "type": "radio", - "help_text": "Select how meeting names are generated.", + "help_text": "Select how meeting names are generated by default. Users can override this setting with '/jitsi settings'.", "placeholder": "", "default": "words", "options": [ diff --git a/webapp/src/manifest.ts b/webapp/src/manifest.ts index 917c7119..0be676e6 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.svg", + "icon_path": "assets/icon.png", "version": "1.3.0", "min_server_version": "5.2.0", "server": { @@ -38,7 +38,7 @@ const manifest = JSON.parse(` "key": "JitsiEmbedded", "display_name": "Embed Jitsi video inside Mattermost", "type": "bool", - "help_text": "(Experimental) When true, Jitsi video is embedded as a floating window inside Mattermost.", + "help_text": "(Experimental) When true, Jitsi video is embedded as a floating window inside Mattermost by default. Users can override this setting with '/jitsi settings'", "placeholder": "", "default": null }, @@ -46,7 +46,7 @@ const manifest = JSON.parse(` "key": "JitsiNamingScheme", "display_name": "Jitsi Meeting Names", "type": "radio", - "help_text": "Select how meeting names are generated.", + "help_text": "Select how meeting names are generated by default. Users can override this setting with '/jitsi settings'.", "placeholder": "", "default": "words", "options": [