forked from michaelkourlas/voipms-sms-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
20 lines (20 loc) · 867 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='utf-8'?>
<widget id="net.kourlas.voipms-sms" version="0.1.0" xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>VoIP.ms SMS</name>
<description>
An application that sends and receives text messages through the VoIP.ms service.
</description>
<author email="[email protected]" href="http://www.kourlas.net">
Michael Kourlas
</author>
<content src="index.html" />
<access origin="*" />
<platform name="android">
<icon src="res/android/mdpi.png" density="mdpi" />
<icon src="res/android/hdpi.png" density="hdpi" />
<icon src="res/android/xhdpi.png" density="xhdpi" />
<icon src="res/android/xxhdpi.png" density="xxhdpi" />
<icon src="res/android/xxxhdpi.png" density="xxxhdpi" />
</platform>
</widget>