You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
2.5 KiB
XML
47 lines
2.5 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="dk.imu.aafestival" version="2.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<name>Å-Festival</name>
|
|
<description>Å-Festival festival app</description>
|
|
<author email="bpfilip@gmail.com" href="https://bpfilip.dk">
|
|
Filip Borum Poulsen
|
|
</author>
|
|
<content src="https://aa-festival.dk/a-festival-2024/program/" />
|
|
<allow-intent href="http://*/*" />
|
|
<allow-intent href="https://*/*" />
|
|
<allow-navigation href="https://aa-festival.dk/*" />
|
|
<icon src="res/icon.png" />
|
|
<platform name="android">
|
|
<preference name="android-compileSdkVersion" value="34" />
|
|
<preference name="android-targetSdkVersion" value="34" />
|
|
<preference name="android-minSdkVersion" value="18" />
|
|
<preference name="StatusBarOverlaysWebView" value="false" />
|
|
</platform>
|
|
|
|
<platform name="ios">
|
|
<icon src="res/icon.png" width="1079" height="1079"/>
|
|
|
|
<icon src="res/icon/ios/icon-1024.png" width="1024" height="1024"/>
|
|
<icon src="res/icon/ios/icon-small.png" width="29" height="29"/>
|
|
<icon src="res/icon/ios/icon-small@2x.png" width="58" height="58"/>
|
|
<icon src="res/icon/ios/icon-small@3x.png" width="87" height="87"/>
|
|
<icon src="res/icon/ios/icon-40.png" width="40" height="40"/>
|
|
<icon src="res/icon/ios/icon-40@2x.png" width="80" height="80"/>
|
|
<icon src="res/icon/ios/icon-50.png" width="50" height="50"/>
|
|
<icon src="res/icon/ios/icon-50@2x.png" width="100" height="100"/>
|
|
<icon src="res/icon/ios/icon.png" width="57" height="57"/>
|
|
<icon src="res/icon/ios/icon@2x.png" width="114" height="114"/>
|
|
<icon src="res/icon/ios/icon-60.png" width="60" height="60"/>
|
|
<icon src="res/icon/ios/icon-60@2x.png" width="120" height="120"/>
|
|
<icon src="res/icon/ios/icon-60@3x.png" width="180" height="180"/>
|
|
<icon src="res/icon/ios/icon-72.png" width="72" height="72"/>
|
|
<icon src="res/icon/ios/icon-72@2x.png" width="144" height="144"/>
|
|
<icon src="res/icon/ios/icon-76.png" width="76" height="76"/>
|
|
<icon src="res/icon/ios/icon-76@2x.png" width="152" height="152"/>
|
|
<icon src="res/icon/ios/icon-167.png" width="167" height="167"/>
|
|
|
|
<preference name="AllowBackForwardNavigationGestures" value="true" />
|
|
<preference name="StatusBarOverlaysWebView" value="true" />
|
|
<preference name="StatusBarStyle" value="default" />
|
|
</platform>
|
|
</widget>
|