-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.xml
More file actions
16 lines (16 loc) · 1.6 KB
/
Copy pathconfig.xml
File metadata and controls
16 lines (16 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.andreszs.recaptcha.v2.demo" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Recaptcha v2 Demo</name>
<description>SafetyNet reCAPTCHA API v2 Cordova plugin demo implementation</description>
<author href="https://www.andreszsogon.com/">Andres Zsögön</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<platform name="android">
<icon background="res/icons/android/mipmap-hdpi/ic_launcher_background.png" density="hdpi" foreground="res/icons/android/mipmap-hdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-hdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-mdpi/ic_launcher_background.png" density="mdpi" foreground="res/icons/android/mipmap-mdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-mdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-xhdpi/ic_launcher_background.png" density="xhdpi" foreground="res/icons/android/mipmap-xhdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-xhdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-xxhdpi/ic_launcher_background.png" density="xxhdpi" foreground="res/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-xxhdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-xxxhdpi/ic_launcher_background.png" density="xxxhdpi" foreground="res/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-xxxhdpi/ic_launcher.png" />
</platform>
</widget>