-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.xml
23 lines (23 loc) · 1.29 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.pawket.wallet" version="1.6.8.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="res/android/icon.png" platform="android" width="57" height="57" density="mdpi" />
<description>An open-source and secure offline wallet for Chia</description>
<author email="[email protected]" href="https://www.pawket.app/">
Sutu Labs
</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="android-targetSdkVersion" value="35" />
<!-- <preference name="scheme" value="app" />
<preference name="hostname" value="localhost"/> -->
<platform name="android">
<config-file parent="/*" target="AndroidManifest.xml">
<uses-feature android:name="android.hardware.camera" android:required="true"/>
<uses-feature android:name="android.hardware.camera.autofocus"/>
<uses-permission android:name="android.permission.CAMERA"/>
</config-file>
<resource-file src="res/android/pawket_splashscreen.xml" target="app/src/main/res/drawable/ic_cdv_splashscreen.xml" />
</platform>
</widget>