summaryrefslogtreecommitdiff
path: root/config.xml
blob: eefc69804bbc9d38f570c79b4d4b85030c1dea96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.usfirst.frc.team4272.safetyapp" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>SafetyApp</name>
    <description>
        FRC team 4272's safety application
    </description>
    <author email="lukeshu@lukeshu.com" href="https://lukeshu.com/">
        Luke Shumaker
    </author>
    <content src="index.html" />
    <access origin="*" />
    <access origin="https://team4272.com/safety/" />
    <access origin="tel:*" launch-external="yes" />
</widget>