wordRotator/config.xml
2021-04-22 15:36:46 +02:00

40 lines
1.7 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="17" id="link.silas.wordrotator" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>WordRotator</name>
<description>
A word-game
</description>
<author email="wordrotator@silas.link" href="https://wordrotator.silas.link">
Silas Günther
</author>
<content src="index.html" />
<icon src="src/client/img/logo.png" />
<plugin name="cordova-plugin-whitelist" spec="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">
<allow-intent href="market:*" />
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
</edit-config>
<icon src="src/client/img/logo.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="^1" />
<plugin name="cordova-plugin-webpack" spec="^0.4.7" />
<plugin name="cordova-plugin-nativestorage" spec="^2.3.2" />
<plugin name="cordova-plugin-tts" spec="^0.2.3" />
<plugin name="cordova-plugin-file" spec="^6.0.2" />
<plugin name="cordova-sqlite-storage" spec="^5.0.0" />
<plugin name="cordova-plugin-device" spec="^2.0.3" />
<engine name="browser" spec="^6.0.0" />
<engine name="ios" spec="^5.1.1" />
</widget>