diff options
Diffstat (limited to 'win8')
-rw-r--r-- | win8/metro_driver/resources/VisualElementsManifest.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win8/metro_driver/resources/VisualElementsManifest.xml b/win8/metro_driver/resources/VisualElementsManifest.xml index e4ccd93..b9c765f 100644 --- a/win8/metro_driver/resources/VisualElementsManifest.xml +++ b/win8/metro_driver/resources/VisualElementsManifest.xml @@ -1,13 +1,14 @@ +<!-- 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="Chrome Browser"
+ DisplayName="Developer Chrome"
Logo="Logo.png"
SmallLogo="SmallLogo.png"
ForegroundText="light"
BackgroundColor="white">
<DefaultTile
- ShortName="ChromeBrowser"
+ ShortName="DevChrome"
ShowName="allLogos"
/>
<SplashScreen
|