|
@@ -32,7 +32,7 @@
|
|
|
EntryPoint="$targetentrypoint$">
|
|
|
<uap:VisualElements
|
|
|
DisplayName="PixiEditor"
|
|
|
- Description="PixiEditor is a Pixel art editing software. Create beautiful sprites for your games, animations (coming soon!) and edit images. All packed in eye-friendly dark theme."
|
|
|
+ Description="PixiEditor is pixel-art editing software. Create beautiful sprites for your games, animations (coming soon!), and edit images. All packed in an eye-friendly dark theme."
|
|
|
BackgroundColor="transparent"
|
|
|
Square150x150Logo="Images\Square150x150Logo.png"
|
|
|
Square44x44Logo="Images\Square44x44Logo.png">
|
|
@@ -53,6 +53,7 @@
|
|
|
</uap:SupportedFileTypes>
|
|
|
<uap:DisplayName>PixiEditor</uap:DisplayName>
|
|
|
<uap:InfoTip>A file used to save art made in PixiEditor</uap:InfoTip>
|
|
|
+ <uap:EditFlags OpenIsSafe="true"/>
|
|
|
</uap:FileTypeAssociation>
|
|
|
</uap:Extension>
|
|
|
</Extensions>
|