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