Verified Commit 27f16dc9 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! MB 1: Mullvad Browser branding

Placeholders for the new PBM assets
parent 8cdfddb2
Loading
Loading
Loading
Loading
+11.6 KiB
Loading image diff...
+3.53 KiB
Loading image diff...
+3 −0
Original line number Original line Diff line number Diff line
@@ -16,8 +16,11 @@ JS_PREFERENCE_FILES += [
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
    FINAL_TARGET_FILES['..'] += [
    FINAL_TARGET_FILES['..'] += [
        'mullvadbrowser.VisualElementsManifest.xml',
        'mullvadbrowser.VisualElementsManifest.xml',
        'private_browsing.VisualElementsManifest.xml',
    ]
    ]
    FINAL_TARGET_FILES.VisualElements += [
    FINAL_TARGET_FILES.VisualElements += [
        'PrivateBrowsing_150.png',
        'PrivateBrowsing_70.png',
        'VisualElements_150.png',
        'VisualElements_150.png',
        'VisualElements_70.png',
        'VisualElements_70.png',
    ]
    ]
+12 −0
Original line number Original line Diff line number Diff line
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
   - You can obtain one at http://mozilla.org/MPL/2.0/. -->

<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
  <VisualElements
      ShowNameOnSquare150x150Logo='on'
      Square150x150Logo='browser\VisualElements\PrivateBrowsing_150.png'
      Square70x70Logo='browser\VisualElements\PrivateBrowsing_70.png'
      ForegroundText='light'
      BackgroundColor='#076456'/>
</Application>
+11.6 KiB
Loading image diff...
Loading