| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version='1.0' encoding='utf-8'?>
- <widget id="com.shotshock.twong" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <name>美天旺</name>
- <description>
- 美天旺是完璧时空旗下新型垂直电商App,专注于新经济下的购物服务!
- </description>
- <author email="dev@cordova.apache.org" href="http://cordova.io">
- twong Team
- </author>
- <content src="index.html" />
- <access origin="*" />
- <allow-intent href="http://*/*" />
- <allow-intent href="https://*/*" />
- <allow-intent href="tel:*" />
- <allow-intent href="sms:*" />
- <allow-intent href="mailto:*" />
- <allow-intent href="geo:*" />
- <platform name="android">
- <allow-intent href="market:*" />
- <icon src="res/android/mipmap-mdpi/ic_launcher.png" density="mdpi" />
- <icon src="res/android/mipmap-hdpi/ic_launcher.png" density="hdpi" />
- <icon src="res/android/mipmap-xhdpi/ic_launcher.png" density="xhdpi" />
- <icon src="res/android/mipmap-xxhdpi/ic_launcher.png" density="xxhdpi" />
- <icon src="res/android/mipmap-xxxhdpi/ic_launcher.png" density="xxxhdpi" />
- <preference name="CodePushDeploymentKey" value="YOUR-ANDROID-DEPLOYMENT-KEY" />
- <preference name="CodePushPublicKey" value="YOUR-PUBLIC-KEY" />
- </platform>
- <preference name="Fullscreen" value="true" />
- <preference name="WebViewBounce" value="false" />
- <preference name="DisallowOverscroll" value="true" />
- <platform name="ios">
- <allow-intent href="itms:*" />
- <allow-intent href="itms-apps:*" />
- <!-- iOS 8.0+ -->
- <!-- iPhone 6 Plus -->
- <icon src="res/ios/icon-60@3x.png" width="180" height="180" />
- <!-- iOS 7.0+ -->
- <!-- iPhone / iPod Touch -->
- <icon src="res/ios/icon-60.png" width="60" height="60" />
- <icon src="res/ios/icon-60@2x.png" width="120" height="120" />
- <!-- iPad -->
- <icon src="res/ios/icon-76.png" width="76" height="76" />
- <icon src="res/ios/icon-76@2x.png" width="152" height="152" />
- <!-- iOS 6.1 -->
- <!-- Spotlight Icon -->
- <icon src="res/ios/icon-40.png" width="40" height="40" />
- <icon src="res/ios/icon-40@2x.png" width="80" height="80" />
- <!-- iPhone / iPod Touch -->
- <icon src="res/ios/icon.png" width="57" height="57" />
- <icon src="res/ios/icon@2x.png" width="114" height="114" />
- <!-- iPad -->
- <icon src="res/ios/icon-72.png" width="72" height="72" />
- <icon src="res/ios/icon-72@2x.png" width="144" height="144" />
- <!-- iPhone Spotlight and Settings Icon -->
- <icon src="res/ios/icon-small.png" width="29" height="29" />
- <icon src="res/ios/icon-small@2x.png" width="58" height="58" />
- <!-- iPad Spotlight and Settings Icon -->
- <icon src="res/ios/icon-50.png" width="50" height="50" />
- <icon src="res/ios/icon-50@2x.png" width="100" height="100" />
- <preference name="CodePushDeploymentKey" value="YOUR-ANDROID-DEPLOYMENT-KEY" />
- <preference name="CodePushPublicKey" value="YOUR-PUBLIC-KEY" />
- </platform>
- </widget>
|