Icons

If you do not specify an icon for your app in config.xml, the Apache Cordova logo is used.To define a single default icon for all platforms in, add the following line to config.xml:


<icon src="res/icon.png" />

where icon.png is the image file in /res/.

For information on how to define pixel-icon set to fit different screen resolutions for different platforms, refer to the official documentation at https://cordova.apache.org/ .