-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
23 lines (23 loc) · 1023 Bytes
/
config.xml
File metadata and controls
23 lines (23 loc) · 1023 Bytes
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="za.co.digital22.bootstrap4" version="0.1.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Bootstrap 4</name>
<description>
This is a Native mobile application for Android that includes all the documentation for Bootstrap 4.
</description>
<author email="hello@22digital.co.za" href="https://22digital.co.za">
22 Digital
</author>
<content src="index.html" />
<access origin="*" />
<access origin="https://www.google-analytics.com" />
<icon src="icon.png" />
<splash src="splash.png" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="DisallowOverscroll" value="true" />
<preference name="android-targetSdkVersion" value="26" />
</widget>