blob: 1b5892d0ee14403c363b7145d0901ecae14b4a47 (
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="shumakl@purdue.edu" href="https://lukeshu.com">
Luk Shumaker
</author>
<content src="index.html" />
<access origin="*" />
<access origin="https://lukeshu.com/frc4272/app/" />
<access origin="tel:*" launch-external="yes" />
</widget>
|