Last active
September 6, 2024 17:41
-
-
Save dkstevekwak/e1f19b3abe155e36edf403aa1483ae44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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