-
Notifications
You must be signed in to change notification settings - Fork 4
App icons & manifest
You will need to provide the following icons for your app. They are located in the folder Assets. You can use a free photo editor like http://pixlr.com/editor/ to produce them.
-
Logo.png 150x150: This icon is the default square tile that will appear in your start screen
-
WideLogo.png optional 310x150: This is the wide tile that will appear in start screen when the user chooses to display large tile for your app. You can choose to remove this
-
SmallLogo.png 30x30: This icon is used when searching for an app or in the all apps list
-
StoreLogo.png 50x50: This icon will only be used in the Store, so you will only need it before publishing your app
-
SplashScreen.png 620x300: This image is used in the splash screen of your app. It appears in the center of the screen and the rest of the screen is filled with the splash screen background color configured in Package.appxmanifest
After getting the images ready, now you need to open the file Package.appxmanifest and edit the following values:
- Display name: the application name
- Tile:
- Put the Logo, Wide logo, Small logo paths.
- Select Show name: No logos, if your icon images already contains the app name
- Choose the Foreground text and Background color, of the tile
- Splash screen: Choose the splash screen image path and the Background color for the remaining of the screen space outside the image