<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>46px</left>
							<top>44px</top>
							<width>100%</width>
							<height>100%</height>
							<style>display:flex;align-items:center;flex-direction:column;justify-content:center</style>
							<align>top</align>
							<Components>
								<Container id="Container2">
									<left>46px</left>
									<top>91px</top>
									<width>145px</width>
									<height>41px</height>
									<style>background-color:#91FF8D;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0</style>
									<align>top</align>
									<margin_bottom>20px</margin_bottom>
									<html>Load Array</html>
									<click>beginJS

$App.pizzas = [
    {
        name: &quot;Margherita&quot;,
        sizes: {
            small: 8.99,
            medium: 10.99,
            large: 12.99
        }
    },
    {
        name: &quot;Pepperoni&quot;,
        sizes: {
            small: 9.99,
            medium: 12.99,
            large: 14.99
        }
    },
    {
        name: &quot;Vegetarian&quot;,
        sizes: {
            small: 10.99,
            medium: 13.99,
            large: 16.99
        }
    },
    {
        name: &quot;BBQ Chicken&quot;,
        sizes: {
            small: 11.99,
            medium: 14.99,
            large: 17.99
        }
    },
    {
        name: &quot;Hawaiian&quot;,
        sizes: {
            small: 9.99,
            medium: 11.99,
            large: 13.99
        }
    },
    {
        name: &quot;Four Cheese&quot;,
        sizes: {
            small: 10.99,
            medium: 13.99,
            large: 15.99
        }
    }
];



endJS</click>
								</Container>
								<Container id="Container4">
									<left>47px</left>
									<top>162px</top>
									<width>145px</width>
									<height>41px</height>
									<style>background-color:#91FF8D;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0</style>
									<align>top</align>
									<margin_bottom>20px</margin_bottom>
									<html>Alert</html>
									<click>SetVar [element] [pizzas(1).name]
jsAlert  [pizzas(1).name]</click>
								</Container>
								<Container id="Container3">
									<left>20px</left>
									<top>300px</top>
									<width>285px</width>
									<height>140px</height>
									<style>background-color:#E0E0E0;border-radius:12px;padding:10px;display:flex;flex-shrink:0</style>
									<align>top</align>
									<html>&lt;p&gt;[element]&lt;/p&gt;</html>
								</Container>
							</Components>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>800px</width>
							<height>1280px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
