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

42 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.nidratech.huegasm" version="1.2.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="ionic-plugin-keyboard" spec="~2.2.1"/>
<plugin name="cordova-plugin-splashscreen" spec="~4.0.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="android">
<splash density="port-ldpi" src="res/drawable-port-ldpi/screen.png"/>
<splash density="land-ldpi" src="res/drawable-land-ldpi/screen.png"/>
<splash density="port-mdpi" src="res/drawable-port-mdpi/screen.png"/>
<splash density="land-mdpi" src="res/drawable-land-mdpi/screen.png"/>
<splash density="port-hdpi" src="res/drawable-port-hdpi/screen.png"/>
<splash density="land-hdpi" src="res/drawable-land-hdpi/screen.png"/>
<splash density="port-xhdpi" src="res/drawable-port-xhdpi/screen.png"/>
<splash density="land-xhdpi" src="res/drawable-land-xhdpi/screen.png"/>
<splash density="port-xxhdpi" src="res/drawable-port-xxhdpi/screen.png"/>
<splash density="land-xxhdpi" src="res/drawable-land-xxhdpi/screen.png"/>
<splash density="port-xxxhdpi" src="res/drawable-port-xxxhdpi/screen.png"/>
<splash density="land-xxxhdpi" src="res/drawable-land-xxxhdpi/screen.png"/>
<icon src="res/mipmap-ldpi/icon.png" density="ldpi"/>
<icon src="res/mipmap-mdpi/icon.png" density="mdpi"/>
<icon src="res/mipmap-hdpi/icon.png" density="hdpi"/>
<icon src="res/mipmap-xhdpi/icon.png" density="xhdpi"/>
<icon src="res/mipmap-xxhdpi/icon.png" density="xxhdpi"/>
<icon src="res/mipmap-xxxhdpi/icon.png" density="xxxhdpi"/>
</platform>
<engine name="android" spec="~6.0.0"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
</widget>