This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/mobile/ember-cordova/cordova/config.xml
2016-12-25 02:46:38 -08:00

92 lines
5.6 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.nidratech.huegasm" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Huegasm</name>
<description>
Huegasm is a free web application for managing and synchronizing your Philips Hue lights with the beat of your music.
</description>
<author email="philippovegor@gmail.com" href="http://www.egorphilippov.me/">
Egor Philippov
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
<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="windows">
<icon src="res/icon/windows/StoreLogo.png" target="StoreLogo" />
<icon src="res/icon/windows/smalllogo.png" target="Square30x30Logo" />
<icon src="res/icon/windows/Square44x44Logo.png" target="Square44x44Logo" />
<icon src="res/icon/windows/Square70x70Logo.png" target="Square70x70Logo" />
<icon src="res/icon/windows/Square71x71Logo.png" target="Square71x71Logo" />
<icon src="res/icon/windows/Square150x150Logo.png" target="Square150x150Logo" />
<icon src="res/icon/windows/Square310x310Logo.png" target="Square310x310Logo" />
</platform>
<platform name="blackberry">
<icon src="res/icon/blackberry/icon-86.png" />
<icon src="res/icon/blackberry/icon-150.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="40" src="res/icon/ios/icon-40.png" width="40" />
<icon height="57" src="res/icon/ios/icon.png" width="57" />
<icon height="80" src="res/icon/ios/icon-40@2x.png" width="80" />
<icon height="120" src="res/icon/ios/icon-40@3x.png" width="120" />
<icon height="60" src="res/icon/ios/icon-60.png" width="60" />
<icon height="120" src="res/icon/ios/icon-60@2x.png" width="120" />
<icon height="180" src="res/icon/ios/icon-60@3x.png" width="180" />
<icon height="114" src="res/icon/ios/icon@2x.png" width="114" />
<icon height="29" src="res/icon/ios/icon-small.png" width="29" />
<icon height="58" src="res/icon/ios/icon-small@2x.png" width="58" />
<icon height="87" src="res/icon/ios/icon-small@3x.png" width="87" />
<icon height="152" src="res/icon/ios/icon-76@2x.png" width="152" />
<icon height="76" src="res/icon/ios/icon-76.png" width="76" />
<icon height="72" src="res/icon/ios/icon-72.png" width="72" />
<icon height="144" src="res/icon/ios/icon-72@2x.png" width="144" />
<icon height="50" src="res/icon/ios/icon-50.png" width="50" />
<icon height="100" src="res/icon/ios/icon-50@2x.png" width="100" />
<splash height="960" src="res/screen/ios/640-960.png" width="640" />
<splash height="640" src="res/screen/ios/960-640.png" width="960" />
<splash height="1136" src="res/screen/ios/640-1136.png" width="640" />
<splash height="640" src="res/screen/ios/1136-640.png" width="1136" />
<splash height="1334" src="res/screen/ios/750-1334.png" width="750" />
<splash height="750" src="res/screen/ios/1334-750.png" width="1334" />
<splash height="2208" src="res/screen/ios/1242-2208.png" width="1242" />
<splash height="1242" src="res/screen/ios/2208-1242.png" width="2208" />
<splash height="1024" src="res/screen/ios/768-1024.png" width="768" />
<splash height="768" src="res/screen/ios/1024-768.png" width="1024" />
<splash height="2048" src="res/screen/ios/1536-2048.png" width="1536" />
<splash height="1536" src="res/screen/ios/2048-1536.png" width="2048" />
<splash height="2732" src="res/screen/ios/2048-2732.png" width="2048" />
<splash height="2048" src="res/screen/ios/2732-2048.png" width="2732" />
</platform>
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="res/icon/android/ldpi.png" />
<icon density="mdpi" src="res/icon/android/mdpi.png" />
<icon density="hdpi" src="res/icon/android/hdpi.png" />
<icon density="xhdpi" src="res/icon/android/xhdpi.png" />
<icon density="xxhdpi" src="res/icon/android/xxhdpi.png" />
<icon density="xxxhdpi" src="res/icon/android/xxxhdpi.png" />
<splash density="port-ldpi" src="res/screen/android/port-ldpi.png" />
<splash density="land-ldpi" src="res/screen/android/land-ldpi.png" />
<splash density="port-mdpi" src="res/screen/android/port-mdpi.png" />
<splash density="land-mdpi" src="res/screen/android/land-mdpi.png" />
<splash density="port-hdpi" src="res/screen/android/port-hdpi.png" />
<splash density="land-hdpi" src="res/screen/android/land-hdpi.png" />
<splash density="port-xhdpi" src="res/screen/android/port-xhdpi.png" />
<splash density="land-xhdpi" src="res/screen/android/land-xhdpi.png" />
<splash density="port-xxhdpi" src="res/screen/android/port-xxhdpi.png" />
<splash density="land-xxhdpi" src="res/screen/android/land-xxhdpi.png" />
<splash density="port-xxxhdpi" src="res/screen/android/port-xxxhdpi.png" />
<splash density="land-xxxhdpi" src="res/screen/android/land-xxxhdpi.png" />
</platform>
<engine name="android" spec="~5.2.2" />
<preference name="ShowSplashScreenSpinner" value="false" />
</widget>