-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
28 lines (24 loc) · 891 Bytes
/
Copy pathconfig.xml
File metadata and controls
28 lines (24 loc) · 891 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "net.ukabu.blackboardmath"
version = "1.0.6">
<name>Blackboard Math!</name>
<description>
Blackboard / Math! is a mobile application targeted at elementary school kids to help them learn their math tables.
</description>
<author href="http://github.com/ukabu"
email="emmanuel@pirsch.org">
Ukabu
</author>
<icon src="icon.png" />
<content src="index.html" />
<preference name="Fullscreen" value="true" />
<preference name="permissions" value="none"/>
<preference name="android-minSdkVersion" value="11" />
<preference name="android-targetSdkVersion" value="14" />
<access origin="*" />
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:platform name="android" />
</widget>