uk.co.mydomain.myapp AirApp Air App 0.0.1 Test App Copyright (c) 2012 Courtenay Probert. compiled/app.html <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. --> <systemChrome>standard</systemChrome> <!-- Whether the window is transparent. Only applicable when systemChrome is false. Optional. Default false. --> <transparent>false</transparent> <!-- Whether the window is initially visible. Optional. Default false. --> <visible>true</visible> <!-- Whether the user can minimize the window. Optional. Default true. --> <minimizable>true</minimizable> <!-- Whether the user can maximize the window. Optional. Default true. --> <maximizable>true</maximizable> <!-- Whether the user can resize the window. Optional. Default true. --> <resizable>true</resizable> <!-- The window's initial width. Optional. --> <width>1024</width> <!-- The window's initial height. Optional. --> <height>1024</height> <!-- The window's initial x position. Optional. --> <x>0</x> <!-- The window's initial y position. Optional. --> <y>0</y> <!-- The window's minimum size, specified as a width/height pair, such as "400 200". Optional. --> <minSize>800 600</minSize> <!-- The window's initial maximum size, specified as a width/height pair, such as "1600 1200". Optional. --> <maxSize>1600 1200</maxSize> </initialWindow> <installFolder>AirApp</installFolder> <programMenuFolder>Air App</programMenuFolder> <icon> <image16x16>compiled/ico/logo-16.png</image16x16> <image32x32>compiled/ico/logo-32.png</image32x32> <image48x48>compiled/ico/logo-48.png</image48x48> <image128x128>compiled/ico/logo-128.png</image128x128> </icon> <fileTypes></fileTypes> </application>