<?xml version='1.0' encoding='UTF-8'?>
<ti:app xmlns:ti='http://ti.appcelerator.org'>
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.teradek.teracentral</id>
<name>TeraCentral</name>
<version>0.9.1</version>
<publisher>Teradek</publisher>
<url>http://www.teradek.com</url>
<icon>default_app_logo.png</icon>
<copyright>2011 by teradek</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>TeraCentral</title>
<url>app://index.html</url>
<width>705</width>
<max-width>720</max-width>
<min-width>700</min-width>
<height>700</height>
<max-height>1000</max-height>
<min-height>0</min-height>
<fullscreen>false</fullscreen>
<resizable>true</resizable>
<chrome scrollbars="false">true</chrome>
<maximizable>false</maximizable>
<minimizable>true</minimizable>
<closeable>true</closeable>
</window>
<dialog-bmp>Resources/developer_dialog.bmp</dialog-bmp>
<banner-bmp>Resources/developer_banner.bmp</banner-bmp>
</ti:app>
