Skip to content

Instantly share code, notes, and snippets.

@sgrebnov
Created July 4, 2014 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgrebnov/3bfa8ac13defc78b9148 to your computer and use it in GitHub Desktop.
Save sgrebnov/3bfa8ac13defc78b9148 to your computer and use it in GitHub Desktop.
Sample config with Icons and Splashes for Windows
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>HelloCordova</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="index.html" />
<access origin="*" />
<platform name="windows8">
<icon src="res/win/_logo.png" width="150" height="150" />
<icon src="res/win/_smalllogo.png" width="30" height="30" />
<icon src="res/win/_storelogo.png" width="50" height="50" />
<icon src="res/win/_Square44x44Logo.scale-240.png" width="106" height="106" />
<icon src="res/win/_Square71x71Logo.scale-240.png" width="170" height="170" />
<icon src="res/win/_Square150x150Logo.scale-240.png" width="360" height="360" />
<icon src="res/win/_StoreLogo.scale-240.png" width="120" height="120" />
<icon src="res/win/_Wide310x150Logo.scale-240.png" width="744" height="360" />
<splash src="res/win/_splashscreen.png" width="620" height="300" />
<splash src="res/win/_SplashScreen.scale-240.png" width="1152" height="1920" />
</platform>
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment