-
Notifications
You must be signed in to change notification settings - Fork 136
/
config.xml
43 lines (43 loc) · 2.35 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.devgeeks.encryptr" version="2.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Encryptr</name>
<description>
A zero-knowledge, cloud-based e-wallet / password manager powered by Crypton.
</description>
<author email="[email protected]" href="http://devgeeks.org">
Tommy-Carlos Williams (devgeeks)
</author>
<access origin="https://*.crypton.io" />
<access origin="http://localhost:47243" />
<access origin="https://encryptr.org" />
<access origin="wss://*.crypton.io" />
<allow-navigation href="http://localhost:47243" />
<preference name="Orientation" value="portrait" />
<platform name="android">
</platform>
<platform name="ios">
<content src="http://localhost:47243" />
<preference name="Orientation" value="portrait" />
<preference name="StatusBarBackgroundColor" value="#ffffff" />
<preference name="StatusBarStyle" value="default" />
</platform>
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
<preference name="keepRunning" value="true" />
<preference name="DisallowOverscroll" value="true" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="BackupWebStorage" value="none" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<preference name="FadeSplashScreen" value="true" />
<preference name="FadeSplashScreenDuration" value="1" />
<preference name="AlternateContentSrc" value="undefined" />
<engine name="ios" spec="https://github.com/apache/cordova-ios.git#master" />
<plugin name="cordova-plugin-clipboard-x" spec="~1.0.1" />
<plugin name="cordova-plugin-device" spec="~1.0.1" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.1.1" />
<plugin name="cordova-plugin-privacyscreen" spec="https://github.com/devgeeks/PrivacyScreenPlugin" />
<plugin name="cordova-plugin-statusbar" spec="~1.0.1" />
<plugin name="cordova-plugin-whitelist" spec="https://github.com/apache/cordova-plugin-whitelist" />
<plugin name="cordova-plugin-x-socialsharing" spec="~5.1.8" />
<plugin name="cordova-labs-wkwebview-engine-localhost" spec="https://github.com/apache/cordova-plugins#wkwebview-engine-localhost" />
</widget>