1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/branding/official/VisualElementsManifest.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<Application 1.5 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 1.6 + <VisualElements 1.7 + DisplayName="@MOZ_APP_DISPLAYNAME@" 1.8 + Logo="tileresources\VisualElements_logo.png" 1.9 + SmallLogo="tileresources\VisualElements_smalllogo.png" 1.10 + ForegroundText="light" 1.11 + BackgroundColor="#1895f5"> 1.12 + <DefaultTile 1.13 + ShortName="@MOZ_APP_DISPLAYNAME@" 1.14 + ShowName="allLogos" 1.15 + /> 1.16 + <SplashScreen 1.17 + Image="tileresources\VisualElements_splashscreen.png" /> 1.18 + </VisualElements> 1.19 +</Application>