| OLD | NEW |
| 1 <!-- This is only meant to be copied by chrome.exe in developer builds. --> | 1 <!-- This is only meant to be copied by chrome.exe in developer builds. --> |
| 2 <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 2 <Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 3 <VisualElements | 3 <VisualElements |
| 4 BackgroundColor="#323232" | 4 BackgroundColor="#323232" |
| 5 ShowNameOnSquare150x150Logo="on" | 5 ShowNameOnSquare150x150Logo="on" |
| 6 ForegroundText="light" | 6 ForegroundText="light" |
| 7 Square150x150Logo="Logo.png" | 7 Square150x150Logo="Logo.png" |
| 8 Square70x70Logo="SmallLogo.png"/> | 8 Square70x70Logo="SmallLogo.png"/> |
| 9 </Application> | 9 </Application> |
| OLD | NEW |