|
|
|
|
@ -1,17 +1,15 @@
|
|
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
|
<widget id="dk.bpfilip.aafestival" version="1.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
|
|
|
<widget id="dk.imu.aafestival" version="2.0.0" 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/" />
|
|
|
|
|
<content src="https://aa-festival.dk/a-festival-2023/program-2023/" />
|
|
|
|
|
<allow-intent href="http://*/*" />
|
|
|
|
|
<allow-intent href="https://*/*" />
|
|
|
|
|
<allow-navigation href="https://aa-festival.dk/*" />
|
|
|
|
|
<icon src="res/icon.png" />
|
|
|
|
|
<preference name="StatusBarOverlaysWebView" value="false" />
|
|
|
|
|
<preference name="StatusBarBackgroundColor" value="#000000" />
|
|
|
|
|
<platform name="android">
|
|
|
|
|
<preference name="android-compileSdkVersion" value="33" />
|
|
|
|
|
<preference name="android-targetSdkVersion" value="33" />
|
|
|
|
|
|