-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
18 lines (18 loc) · 864 Bytes
/
config.xml
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="info.loveisanalogue.brightbus" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>BrightBus</name>
<description>
An intuitive bus time application providing bus stop locations, timetables and live bus times in the UK.
</description>
<author email="[email protected]" href="http://brightbus.loveisanalogue.info">
Alice Heaton
</author>
<content src="index.html" />
<access origin="*" />
<platform name="android">
<icon src="res/android/icon-36-ldpi.png" density="ldpi" />
<icon src="res/android/icon-48-mdpi.png" density="mdpi" />
<icon src="res/android/icon-72-hdpi.png" density="hdpi" />
<icon src="res/android/icon-96-xhdpi.png" density="xhdpi" />
</platform>
</widget>