Skip to content

Platform Specifics: Windows

Tommy Nguyen edited this page Apr 16, 2024 · 1 revision

This page applies to:

Android iOS macOS visionOS Windows
>=0.2.0

Dependencies

App Icons

To change your app icon, you first need a custom app package manifest. Use the Manifest Designer to manage your icons.

You can read more about app icons in App icons and logos.

App Package Manifest

As of 0.5.5, you can set your own package manifest with windows.appxManifest:

{
  ...
  "windows": {
    "appxManifest": "windows/Package.appxmanifest"
  }
}