-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
31 lines (30 loc) · 1.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
<?xml version='1.0' encoding='utf-8'?>
<widget id="xyz.navinda.ceylonnews" xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0" version="8.0.0">
<name>CeylonNews</name>
<description>
Free & easy to use Sinhala news reader.
</description>
<author email="io@navinda.xyz" href="http://www.navinda.xyz/">
Navinda Dissanayake
</author>
<content src="index.html" />
<preference name="DisallowOverscroll" value="true" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="market:*" />
<allow-intent href="mailto:*" />
<platform name="android">
<!-- app icons -->
<icon src="res/android/icon/ldpi.png" density="ldpi" />
<icon src="res/android/icon/mdpi.png" density="mdpi" />
<icon src="res/android/icon/hdpi.png" density="hdpi" />
<icon src="res/android/icon/xhdpi.png" density="xhdpi" />
<icon src="res/android/icon/xxhdpi.png" density="xxhdpi" />
<icon src="res/android/icon/xxxhdpi.png" density="xxxhdpi" />
<!-- Default -->
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/splash/logo.png" />
<resource-file src="res/android/xml/colors.xml" target="/app/src/main/res/values/colors.xml" />
</platform>
</widget>