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.
19 lines
831 B
XML
19 lines
831 B
XML
<?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">
|
|
<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/" />
|
|
<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="33" />
|
|
<preference name="android-targetSdkVersion" value="33" />
|
|
<preference name="android-minSdkVersion" value="18" />
|
|
</platform>
|
|
</widget>
|