| xqd
@@ -8,6 +8,29 @@
|
|
|
Your Name Here
|
|
|
</author>
|
|
|
<content src="index.html" />
|
|
|
+ <platform name="android">
|
|
|
+ <icon density="ldpi" src="resources/android/icon/icon.png" />
|
|
|
+ <icon density="mdpi" src="resources/android/icon/icon.png" />
|
|
|
+ <icon density="hdpi" src="resources/android/icon/icon.png" />
|
|
|
+ <icon density="xhdpi" src="resources/android/icon/icon.png" />
|
|
|
+ </platform>
|
|
|
+ <platform name="ios">
|
|
|
+ <icon height="180" src="resources/android/icon/icon.png" width="180" />
|
|
|
+ <icon height="60" src="resources/android/icon/icon.png" width="60" />
|
|
|
+ <icon height="120" src="resources/android/icon/icon.png" width="120" />
|
|
|
+ <icon height="76" src="resources/android/icon/icon.png" width="76" />
|
|
|
+ <icon height="152" src="resources/android/icon/icon.png" width="152" />
|
|
|
+ <icon height="40" src="resources/android/icon/icon.png" width="40" />
|
|
|
+ <icon height="80" src="resources/android/icon/icon.png" width="80" />
|
|
|
+ <icon height="57" src="resources/android/icon/icon.png" width="57" />
|
|
|
+ <icon height="114" src="resources/android/icon/icon.png" width="114" />
|
|
|
+ <icon height="72" src="resources/android/icon/icon.png" width="72" />
|
|
|
+ <icon height="144" src="resources/android/icon/icon.png" width="144" />
|
|
|
+ <icon height="29" src="resources/android/icon/icon.png" width="29" />
|
|
|
+ <icon height="58" src="resources/android/icon/icon.png" width="58" />
|
|
|
+ <icon height="50" src="resources/android/icon/icon.png" width="50" />
|
|
|
+ <icon height="100" src="resources/android/icon/icon.png" width="100" />
|
|
|
+ </platform>
|
|
|
<access origin="*" />
|
|
|
<preference name="webviewbounce" value="false" />
|
|
|
<preference name="UIWebViewBounce" value="false" />
|