diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-12 12:58:39 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-12 12:58:39 +0100 |
commit | 5b30f18421670b13594f054175174b3abc69f11e (patch) | |
tree | be09b9b141319ab0b077ecd09a95d7fda38a2c67 /browser/branding | |
parent | e1cb581a997c1d664bfe6adc1a8f7f9e508a46d2 (diff) | |
download | uxp-5b30f18421670b13594f054175174b3abc69f11e.tar.gz |
Fix unofficial branding package bustage.
Diffstat (limited to 'browser/branding')
-rw-r--r-- | browser/branding/unofficial/basilisk.VisualElementsManifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/browser/branding/unofficial/basilisk.VisualElementsManifest.xml b/browser/branding/unofficial/basilisk.VisualElementsManifest.xml new file mode 100644 index 0000000000..7654e0ab75 --- /dev/null +++ b/browser/branding/unofficial/basilisk.VisualElementsManifest.xml @@ -0,0 +1,8 @@ +<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> + <VisualElements + ShowNameOnSquare150x150Logo='on' + Square150x150Logo='browser\VisualElements\VisualElements_150.png' + Square70x70Logo='browser\VisualElements\VisualElements_70.png' + ForegroundText='light' + BackgroundColor='#14171a'/> +</Application> |