Skip to content

Commit

Permalink
-Renamed Winsta preview to Wingo Tag Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
NGame1 committed Jul 31, 2022
1 parent 85e12e9 commit 59d0c51
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions WinstaNext/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<mp:PhoneIdentity PhoneProductId="93b1928c-ab36-4e18-ae6a-5aa0d5111caa" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>Winsta Preview</DisplayName>
<DisplayName>Wingo Tag Preview</DisplayName>
<PublisherDisplayName>Mah Studios</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -33,12 +33,18 @@
Executable="$targetnametoken$.exe"
EntryPoint="WinstaNext.App">
<uap:VisualElements
DisplayName="Winsta Preview"
DisplayName="Wingo Tag Preview"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="An Unofficial Instagram client for Windows devices family."
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png"/>
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="WingoTag">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
Expand Down

0 comments on commit 59d0c51

Please sign in to comment.