-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.xml
29 lines (27 loc) · 1.41 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.kodaxx.steempay" version="1.1.5" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>SteemPay</name>
<description>
SteemPay is the world's easiest digital currency wallet.
With the SteemPay wallet, your passwords and money remain in your control at all times. Your keys never leave the device and the code is 100% open source.
Now sending is as simple as tagging someone on social media!
</description>
<author email="[email protected]" href="https://kodaxx.github.io">
kodaxx
</author>
<content src="index.html" />
<access origin="*" />
<plugin name="cordova-plugin-whitelist" source="npm" spec="1.1.0" />
<allow-navigation href="*" />
<allow-intent href="*" />
<preference name="orientation" value="portrait" />
<platform name="android">
<icon src="www/res/icon/android/drawable-ldpi-icon.png" density="ldpi" />
<icon src="www/res/icon/android/drawable-mdpi-icon.png" density="mdpi" />
<icon src="www/res/icon/android/drawable-hdpi-icon.png" density="hdpi" />
<icon src="www/res/icon/android/drawable-xhdpi-icon.png" density="xhdpi" />
<icon src="www/res/icon/android/drawable-xxhdpi-icon.png" density="xxhdpi" />
<icon src="www/res/icon/android/drawable-xxxhdpi-icon.png" density="xxxhdpi" />
<allow-intent href="market:*" />
</platform>
</widget>