|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<widget id="xyz.fmac.gmcmap" version="0.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<name>GMC Map</name>
|
|
<description>
|
|
Unofficial client for gmcmap.com.
|
|
</description>
|
|
<author email="dev@fmac.xyz" href="http://fmac.xyz">
|
|
fmac
|
|
</author>
|
|
<content src="index.html" />
|
|
<plugin name="cordova-plugin-whitelist" spec="1" />
|
|
<access origin="https://*.openstreetmap.org" />
|
|
<access origin="https://gmcmap.com" />
|
|
<allow-intent href="https://*/*" />
|
|
<allow-intent href="mailto:*" />
|
|
<icon src="res/icon/icon.png" />
|
|
<platform name="android">
|
|
<preference name="KeepRunning" value="false" />
|
|
<resource-file src="res/values/colors.xml" target="/app/src/main/res/values/colors.xml" />
|
|
<icon background="@color/secondary" density="mdpi" foreground="res/icon/android/mipmap-mdpi/ic_launcher_foreground.png" />
|
|
<icon background="@color/secondary" density="hdpi" foreground="res/icon/android/mipmap-hdpi/ic_launcher_foreground.png" />
|
|
<icon background="@color/secondary" density="xhdpi" foreground="res/icon/android/mipmap-xhdpi/ic_launcher_foreground.png" />
|
|
<icon background="@color/secondary" density="xxhdpi" foreground="res/icon/android/mipmap-xxhdpi/ic_launcher_foreground.png" />
|
|
<icon background="@color/secondary" density="xxxhdpi" foreground="res/icon/android/mipmap-xxxhdpi/ic_launcher_foreground.png" />
|
|
</platform>
|
|
</widget>
|