app icon (bad)

This commit is contained in:
kawaiizenbo 2023-02-05 10:26:28 -07:00
parent 204cef09aa
commit 2fa5c69e05
51 changed files with 80 additions and 34 deletions

View file

@ -1,48 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
IgnorableNamespaces="uap mp">
<Identity
Name="89262295-d07c-4d61-b727-37294f9cdf30"
Publisher="CN=Chloe"
Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="89262295-d07c-4d61-b727-37294f9cdf30" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="89262295-d07c-4d61-b727-37294f9cdf30" Publisher="CN=Chloe" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="89262295-d07c-4d61-b727-37294f9cdf30" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>WMstodon</DisplayName>
<PublisherDisplayName>Chloe</PublisherDisplayName>
<PublisherDisplayName>KawaiiZenbo</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="WMstodon.App">
<uap:VisualElements
DisplayName="WMstodon"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="WMstodon"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="WMstodon.App">
<uap:VisualElements DisplayName="WMstodon" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="WMstodon" BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png">
</uap:DefaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
<uap:InitialRotationPreference>
<uap:Rotation Preference="portrait" />
<uap:Rotation Preference="landscape" />
<uap:Rotation Preference="portraitFlipped" />
<uap:Rotation Preference="landscapeFlipped" />
</uap:InitialRotationPreference>
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>