Compare commits

...

5 Commits

Author SHA1 Message Date
Ingo Klöcker
238e31fe23 Add "16:9 Super hero art" for Microsoft Store
For details, where this image is used, see
https://learn.microsoft.com/en-us/windows/apps/publish/publish-your-app/screenshots-and-images?pivots=store-installer-msix#windows-10-and-xbox-image-169-super-hero-art
2023-06-26 15:38:12 +02:00
Ingo Klöcker
99aeba2882 Add some logos in different sizes for the Microsoft Store
For details, where those images are used see
https://learn.microsoft.com/en-us/windows/apps/publish/publish-your-app/screenshots-and-images?pivots=store-installer-msix#store-logos
2023-06-26 15:36:35 +02:00
Ingo Klöcker
a65724ebc7 Add features as custom values
Microsoft Store allows adding a list of up-to 20 features to an app
submission. It's not clear whether this adds value over the common
practice for KDE apps to add a list of features to the description.
If the search in Microsoft Store would rank matching features higher
than a full-text match in the description, then it might make sense.

The problem is that this would duplicate the list of features in
Microsoft Store because removing the list of features from the description
would remove the features from the app listing in Linux app stores.
Therefore, we should probably stick to the established practice and leave
the list of features in Microsoft Store empty.

See also https://github.com/ximion/appstream/issues/388
2023-06-26 15:31:06 +02:00
Ingo Klöcker
d5ab724edb Add Windows-specific screenshots as custom values
This is clearly a hack. It would be preferable to add those directly
to the existing list of screenshots with some property marking them as
screenshots of the Windows version for the Microsoft Store
(https://github.com/ximion/appstream/issues/390). The IDs are derived
from the IDs used by the CSV export of an app submission in Microsoft
Partner Center.
2023-06-26 15:19:16 +02:00
Ingo Klöcker
67ff7e0842 Add a few keywords for easier finding in stores
This is supported by AppStream
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-keywords
and can be used in the Microsoft Store.
2023-06-26 15:12:24 +02:00
5 changed files with 18 additions and 0 deletions

BIN
icons/300-apps-neochat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -200,6 +200,11 @@ to provide a convergent experience across multiple platforms.</p>
<li xml:lang="x-test">xxLocation Events - MSC3488xx</li>
</ul>
</description>
<keywords>
<keyword>instant messaging</keyword>
<keyword>chat</keyword>
<keyword>matrix</keyword>
</keywords>
<url type="homepage">https://apps.kde.org/neochat/</url>
<url type="bugtracker">https://bugs.kde.org/buglist.cgi?component=General&amp;product=NeoChat</url>
<categories>
@@ -247,6 +252,19 @@ to provide a convergent experience across multiple platforms.</p>
<value key="KDE::matrix">#neochat:kde.org</value>
<value key="KDE::windows_store">https://www.microsoft.com/store/apps/9PNXWVNRC29H</value>
<value key="KDE::mastodon">https://kde.social/@neochat</value>
<value key="KDE::windows_store::StoreLogo9x16">https://invent.kde.org/network/neochat/-/raw/master/icons/windows/storelogo-720x1080.png</value>
<value key="KDE::windows_store::StoreLogoSquare">https://invent.kde.org/network/neochat/-/raw/master/icons/windows/storelogo-1080x1080.png</value>
<value key="KDE::windows_store::Icon">https://invent.kde.org/network/neochat/-/raw/master/icons/300-apps-neochat.png</value>
<value key="KDE::windows_store::PromotionalArt16x9">https://invent.kde.org/network/neochat/-/raw/master/icons/windows/promoimage-1920x1080.png</value>
<value key="KDE::feature1">Supports the Matrix protocol for instant messaging.</value>
<value key="KDE::feature2">End-to-End Encryption</value>
<value key="KDE::feature3">Polls (experimental)</value>
<value key="KDE::feature4">Sticker Packs (experimental)</value>
<value key="KDE::feature5">Location Events (experimental)</value>
<value key="KDE::windows_store::DesktopScreenshot1">https://cdn.kde.org/screenshots/neochat/NeoChat-Windows-Timeline.png</value>
<value key="KDE::windows_store::DesktopScreenshotCaption1">Main view of NeoChat with room list, chat, and room information pane</value>
<value key="KDE::windows_store::DesktopScreenshot2">https://cdn.kde.org/screenshots/neochat/NeoChat-Windows-Login.png</value>
<value key="KDE::windows_store::DesktopScreenshotCaption2">Login screen of NeoChat</value>
</custom>
<launchable type="desktop-id">org.kde.neochat.desktop</launchable>
<screenshots>