Skip to content
Snippets Groups Projects
VisualElementsManifest.xml 526 B
Newer Older
Ruben Rodriguez's avatar
Ruben Rodriguez committed
<Application
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <VisualElements
      DisplayName="@MOZ_APP_DISPLAYNAME@"
      Logo="tileresources\VisualElements_logo.png"
      SmallLogo="tileresources\VisualElements_smalllogo.png"
      ForegroundText="light"
      BackgroundColor="#1895f5">
Ruben Rodriguez's avatar
Ruben Rodriguez committed
    <DefaultTile
        ShortName="@MOZ_APP_DISPLAYNAME@"
        ShowName="allLogos"
            />
    <SplashScreen
        Image="tileresources\VisualElements_splashscreen.png" />
  </VisualElements>
</Application>