unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.09k stars 739 forks source link

[WASM] Add support for getting the details from `webmanifest` #13198

Open morning4coffe-dev opened 1 year ago

morning4coffe-dev commented 1 year ago

What would you like to be added:

Currently on Wasm the Package.Current.DisplayName returns empty string https://github.com/unoplatform/uno/pull/13191.

The app should load resources DisplayName, Description from the manifest.webmanifest present when creating an Uno Wasm project. It could also support localization. Same as on Gtk https://github.com/unoplatform/uno/issues/12912

Why is this needed:

To make the experience more streamlined for the devs.

For which Platform:

morning4coffe-dev commented 1 year ago

CC @MartinZikmund