-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
29 lines (28 loc) · 1.09 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.1' encoding='utf-8'?>
<widget id="io.shirkan.RavKav" version="1.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>רב-קו</name>
<description>
Rav-Kav contracts application
</description>
<author email="[email protected]">
Liran Cohen
</author>
<content src="index.html" />
<access origin="*" />
<feature name="Notification">
<param name="android-package" value="org.apache.cordova.dialogs.Notification" />
</feature>
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
<feature name="Vibration">
<param name="android-package" value="org.apache.cordova.vibration.Vibration" />
</feature>
<feature name="Notification">
<param name="wp-package" value="Notification"/>
</feature>
<preference name="StatusBarOverlaysWebView" value="false"/>
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="StatusBarColor" value="#FFFFFF" />
<icon src="icon.png"/>
</widget>