Github user SunboX commented on the pull request: https://github.com/apache/cordova-windows/pull/149#issuecomment-194349294 You should allow scale 200 images for UWP10 apps. The scale 100 images look a bit blurry on a Lumia 950 and scale 240 is no longer supported: ```js // Platform default images var platformImages = [ {dest: 'Square150x150Logo.scale-100.png', width: 150, height: 150}, {dest: 'Square150x150Logo.scale-200.png', width: 300, height: 300}, {dest: 'Square30x30Logo.scale-100.png', width: 30, height: 30}, {dest: 'StoreLogo.scale-100.png', width: 50, height: 50}, {dest: 'SplashScreen.scale-100.png', width: 620, height: 300}, {dest: 'SplashScreen.scale-200.png', width: 1240, height: 600}, // scaled images are specified here for backward compatibility only so we can find them by size {dest: 'StoreLogo.scale-240.png', width: 120, height: 120}, {dest: 'Square44x44Logo.scale-100.png', width: 44, height: 44}, {dest: 'Square44x44Logo.scale-200.png', width: 88, height: 88}, {dest: 'Square44x44Logo.scale-240.png', width: 106, height: 106}, {dest: 'Square70x70Logo.scale-100.png', width: 70, height: 70}, {dest: 'Square71x71Logo.scale-100.png', width: 71, height: 71}, {dest: 'Square71x71Logo.scale-200.png', width: 142, height: 142}, {dest: 'Square71x71Logo.scale-240.png', width: 170, height: 170}, {dest: 'Square150x150Logo.scale-240.png', width: 360, height: 360}, {dest: 'Square310x310Logo.scale-100.png', width: 310, height: 310}, {dest: 'Square310x310Logo.scale-200.png', width: 620, height: 620}, {dest: 'Wide310x150Logo.scale-100.png', width: 310, height: 150}, {dest: 'Wide310x150Logo.scale-240.png', width: 744, height: 360}, {dest: 'SplashScreenPhone.scale-240.png', width: 1152, height: 1920} ]; ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org