summaryrefslogtreecommitdiff
path: root/config.xml
blob: aaba61f6707b125d3dba68b4d0e898f54b0a65f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="shumakl@purdue.edu" href="https://lukeshu.com">
        Luk Shumaker
    </author>
    <content src="index.html" />
    <access origin="*" />
</widget>