summaryrefslogtreecommitdiff
path: root/chromium/win8/metro_driver/resources/VisualElementsManifest.xml
blob: 230e787c5912330f9019b009801aa05aababf0d8 (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>