-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
29 lines (21 loc) · 1 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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.informatexto.bahaisearchweb"
versionCode="201"
version = "2.0.1">
<!-- versionCode is optional and Android only -->
<name>Bahai Web Search</name>
<description>
Search the Bahá'í Texts and Holy Writings in both English and Spanish.
Needs Internet connection.
This App uses the http://BahaiResearch.com/ service to search through the Bahá'í Writings.
The Bahá'í Research service offers the following description: "The content is growing constantly and is maintained by various NSAs and trusted librarians."
</description>
<author href="http://about.me/thomaswoodard" email="[email protected]">
Thomas Woodard
</author>
<access origin="http://phonegap.com" subdomains="true" />
<preference name="permissions" value="none"/>
<feature name="http://api.phonegap.com/1.0/network"/>
</widget>