-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
24 lines (24 loc) · 1.24 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.icerdesign.pawket" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Pawket</name>
<icon src="icon.png" platform="android" width="57" height="57" density="mdpi" />
<icon src="icon.png" platform="ios" width="57" height="57" density="mdpi" />
<description>An open-source and secure offline wallet for Chia</description>
<author email="support@sutu.tech" href="https://www.pawket.app/">
Sutu Labs
</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost"/>
<config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist">
<string>Pawket requires access to your phone's camera</string>
</config-file>
<config-file parent="UIUserInterfaceStyle" platform="ios" target="*-Info.plist">
<string>Light</string>
</config-file>
<config-file parent="ITSAppUsesNonExemptEncryption" platform="ios" target="*-Info.plist">
<false/>
</config-file>
</widget>