|
|
|
|
@ -10,6 +10,8 @@
|
|
|
|
|
<allow-intent href="https://*/*" />
|
|
|
|
|
<allow-navigation href="https://aa-festival.dk/*" />
|
|
|
|
|
<icon src="res/icon.png" />
|
|
|
|
|
<preference name="StatusBarOverlaysWebView" value="true" />
|
|
|
|
|
<preference name="StatusBarBackgroundColor" value="#FFFFFF" />
|
|
|
|
|
<platform name="android">
|
|
|
|
|
<preference name="android-compileSdkVersion" value="33" />
|
|
|
|
|
<preference name="android-targetSdkVersion" value="33" />
|
|
|
|
|
@ -17,9 +19,6 @@
|
|
|
|
|
</platform>
|
|
|
|
|
|
|
|
|
|
<platform name="ios">
|
|
|
|
|
<preference name="StatusBarOverlaysWebView" value="true" />
|
|
|
|
|
<preference name="StatusBarBackgroundColor" value="#FFFFFF" />
|
|
|
|
|
|
|
|
|
|
<icon src="res/icon.png" width="1079" height="1079"/>
|
|
|
|
|
|
|
|
|
|
<icon src="res/icon/ios/icon-1024.png" width="1024" height="1024"/>
|
|
|
|
|
|