Logo

1 out of 2 rated this helpful - Rate this topic

A path to a file that contains an image.

Element hierarchy

<Package>
<Properties>
<Logo>
<Applications>
<Application>
<Extensions>
<Extension>
<FileTypeAssociation>
<Logo>
<Protocol>
<Logo>

Syntax

<Logo>

  A string between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", /, \, |, ?, or *.

</Logo>

Attributes and Elements

Attributes

None.

Child Elements

None.

Parent Elements

Parent ElementDescription
FileTypeAssociation

Declares an app extensibility point of type windows.fileTypeAssociation. A file type association indicates that the app is registered to handle files of the specified types.

Properties

Defines additional metadata about the package including attributes that describe how the package appears to users.

Note  You may get an error if the manifest elements DisplayName or Description contain characters disallowed by the Windows firewall; namely “|” and “all”, due to which Windows fails to create the AppContainer profile for the package . Use this reference for troubleshooting if you get an error.

Protocol

Declares an app extensibility point of type windows.protocol. A protocol association indicates that the app is registered to handle URIs with the specified protocols.

 

Remarks

The logo image can be given as either a direct path to an image file or as a resource. By using a resource reference, you can supply images of different scales so that Windows can choose the best size for the device and screen resolution. You can also supply high contrast images for accessibility and localized images to match different UI languages. For more info, see the Globalization and Localizing the package manifest topics.

Size requirements of logo images provided through this element for various parent elements are shown here:

ImageScaleImage size in pixels
Package\Properties\Logo10050x50
14070x70
18090x90
Applications\Application\Extensions\Extension\FileTypeAssociation\LogoDoes not use scaleN/A
Applications\Application\Extensions\Extension\Protocol\LogoDoes not use scale
N/A

 

Requirements

Namespace

http://schemas.microsoft.com/appx/2010/manifest

 

 

Build date: 2/20/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.