<?xml version="1.0" ?>

<Local>

	<!-- basic info to display in updater-->
	<Label>URL Snooper</Label>
	<IconFile>URLSnooper.exe</IconFile>


	<!-- version info of locally installed current version, and simple remote version file -->
	<Version>2.38.01</Version>
	<VersionFileRemote>http://www.donationcoder.com/Software/Mouser/urlsnooper/pad/versioninfo.xml</VersionFileRemote>


	<!-- where to get more info about the app remotely, only queried once an update is discovered -->
	<InfoFileRemote>http://www.donationcoder.com/Software/Mouser/urlsnooper/pad/pad_file.xml</InfoFileRemote>
	<WebPage>http://www.donationcoder.com/Software/Mouser/urlsnooper/index.html</WebPage>

	<!-- ok how to conduct updates; could be: "Run" (download and run program), or "Visit" (visit website), or "Unzip" (download zip and unpack over files) -->
	<UpdateMethod>run</UpdateMethod>
	<CloseForUpdate>URLSnooper.exe</CloseForUpdate>
	<UpdateFile>http://www.donationcoder.com/Software/Mouser/urlsnooper/downloads/URLSnooperSetup.exe</UpdateFile>

</Local>