<?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>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<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>16px</left>
							<top>88px</top>
							<width>288px</width>
							<height>376px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>Type: [type]&lt;br&gt;
Kind: [kind]&lt;br&gt;
Artist ID: [artistid]&lt;br&gt;
Track Name: [trackname]&lt;br&gt;
Artwork:&lt;br&gt;
&lt;img src=&quot;[artworkurl]&quot;&gt;&lt;br&gt;

</html>
						</Container>
						<PushButton id="PushButton1">
							<left>16px</left>
							<top>24px</top>
							<width>288px</width>
							<height>48px</height>
							<caption>Get Info</caption>
							<click>LoadJSON &quot;https://itunes.apple.com/search?term=Queen+Break+Free&amp;limit=1&quot; [musicvar]
SetVar [type] [musicvar.results(0).wrapperType]
SetVar [kind] [musicvar.results(0).kind]
SetVar [artistid] [musicvar.results(0).artistId]
SetVar [trackname] [musicvar.results(0).trackName]
SetVar [artworkurl] [musicvar.results(0).artworkUrl30]

</click>
						</PushButton>
					</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
