-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
18 lines (16 loc) · 828 Bytes
/
config.xml
File metadata and controls
18 lines (16 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.myapp.mobile" version="2.25" xmlns="http://www.w3.org/ns/widgets">
<name>NoteBook</name>
<description>Now Save your Notes Easily</description>
<author email="anas.1633.m@gmail.com" href="http://https://github.com/anasM0hammad/NoteBook">Mohammad Anas</author>
<preference name="phonegap-version" value="cli-6.5.0" />
<preference name="permissions" value="none" />
<preference name="orientation" value="portrait" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
<plugin name="cordova-plugin-inappbrowser" spec="1.3.0" />
<plugin name="cordova-plugin-device" spec="1.1.2" />
<plugin name="cordova-plugin-splashscreen" spec="3.2.2" />
<icon src="logo.png" />
<splash src="logo.png" />
</widget>