summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver/resources
diff options
context:
space:
mode:
Diffstat (limited to 'win8/metro_driver/resources')
-rw-r--r--win8/metro_driver/resources/Logo.pngbin3970 -> 27252 bytes
-rw-r--r--win8/metro_driver/resources/SmallLogo.pngbin9285 -> 27252 bytes
-rw-r--r--win8/metro_driver/resources/VisualElementsManifest.xml17
-rw-r--r--win8/metro_driver/resources/chrome.VisualElementsManifest.xml9
-rw-r--r--win8/metro_driver/resources/splash-620x300.pngbin10185 -> 0 bytes
5 files changed, 9 insertions, 17 deletions
diff --git a/win8/metro_driver/resources/Logo.png b/win8/metro_driver/resources/Logo.png
index 16d18e3..eff95d9 100644
--- a/win8/metro_driver/resources/Logo.png
+++ b/win8/metro_driver/resources/Logo.png
Binary files differ
diff --git a/win8/metro_driver/resources/SmallLogo.png b/win8/metro_driver/resources/SmallLogo.png
index c25cfb4..eff95d9 100644
--- a/win8/metro_driver/resources/SmallLogo.png
+++ b/win8/metro_driver/resources/SmallLogo.png
Binary files differ
diff --git a/win8/metro_driver/resources/VisualElementsManifest.xml b/win8/metro_driver/resources/VisualElementsManifest.xml
deleted file mode 100644
index b9c765f..0000000
--- a/win8/metro_driver/resources/VisualElementsManifest.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- 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>
diff --git a/win8/metro_driver/resources/chrome.VisualElementsManifest.xml b/win8/metro_driver/resources/chrome.VisualElementsManifest.xml
new file mode 100644
index 0000000..640ef97
--- /dev/null
+++ b/win8/metro_driver/resources/chrome.VisualElementsManifest.xml
@@ -0,0 +1,9 @@
+<!-- This is only meant to be copied by chrome.exe in developer builds. -->
+<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <VisualElements
+ BackgroundColor="#323232"
+ ShowNameOnSquare150x150Logo="on"
+ ForegroundText="light"
+ Square150x150Logo="Logo.png"
+ Square70x70Logo="SmallLogo.png"/>
+</Application>
diff --git a/win8/metro_driver/resources/splash-620x300.png b/win8/metro_driver/resources/splash-620x300.png
deleted file mode 100644
index 41a3e02..0000000
--- a/win8/metro_driver/resources/splash-620x300.png
+++ /dev/null
Binary files differ