Skip to content

Instantly share code, notes, and snippets.

@dkstevekwak
Last active September 6, 2024 17:41
Show Gist options
  • Select an option

  • Save dkstevekwak/e1f19b3abe155e36edf403aa1483ae44 to your computer and use it in GitHub Desktop.

Select an option

Save dkstevekwak/e1f19b3abe155e36edf403aa1483ae44 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<macromedia-extension
id="EXTENSION-ID"
name="EXTENSION-NAME"
requires-restart="true"
version="1.0.0">
<author name="NAME"/>
<description>
<![CDATA[PRODUCT-DESCRIPTION]]>
</description>
<ui-access>
<![CDATA[LOCATION-INSTRUCTION]]>
</ui-access>
<license-agreement>
<![CDATA[LICENSE-AGREEMENT]]>
</license-agreement>
<products>
<product familyname="Photoshop" version="14"/>
</products>
<files>
<file source="PANEL/html.zxp"
destination=""
file-type="CSXS"
products="Photoshop"
minVersion="14.0" />
<file source="PSD/"
destination="$Downloads"
file-type="ordinary"
products="Photoshop"
minVersion="14.0" />
</files>
</macromedia-extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment