<macromedia-extension
	name="Add Picture Frame"
	version="1.0"
	type="Command">

	<!-- List the required/compatible products -->
	
	<products>
		<product name="Fireworks" version="6" primary="true" /> 
	</products> 

	<!-- Describe the author -->
	
	<author name="Macromedia" />

	<!-- Describe the extension -->
	
	<description>
	<![CDATA[
	This command generates a picture frame effect for the current document.
	]]>
	</description>

	<!-- Describe where the extension shows in the UI of the product -->

	<ui-access>
	<![CDATA[
	To use the command, choose Commands > Creative > Add Picture Frame.
	]]>
	</ui-access>

	<!-- Describe the files that comprise the extension -->
	
	<files>
		<file name="Add Picture Frame.swf" destination="$fireworks/configuration/commands/Creative/" />
	</files>

	<!-- Describe the changes to the configuration -->
	
	<configuration-changes>
	</configuration-changes>

</macromedia-extension>