-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
20 lines (20 loc) · 961 Bytes
/
Copy pathconfig.xml
File metadata and controls
20 lines (20 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.cryptpass.app" version="1.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CryptPassApp</name>
<description>Password wallet manager</description>
<author email="email@giancarlomangiagli.it" href="https://www.giancarlomangiagli.it">
Giancarlo Mangiagli
</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<icon src="www/img/cp.png" width="512" height="512" density="mdpi" />
<platform name="electron">
<preference name="ElectronSettingsFilePath" value="src/settings/electron.json" />
</platform>
<platform name="android">
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="35" />
<preference name="android-compileSdkVersion" value="35" />
</platform>
</widget>