1 <!-- This is only meant to be copied by chrome.exe in developer builds. --> 2 <Application 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4 <VisualElements 5 DisplayName="Developer Chrome" 6 Logo="Logo.png" 7 SmallLogo="SmallLogo.png" 8 ForegroundText="light" 9 BackgroundColor="white"> 10 <DefaultTile 11 ShortName="DevChrome" 12 ShowName="allLogos" 13 /> 14 <SplashScreen 15 Image="splash-620x300.png"/> 16 </VisualElements> 17 </Application> 18