diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-09-11 18:27:50 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-09-11 18:27:50 +0200 |
commit | d065fe3ddaee8fff7acc9b4738df11877f8f7c42 (patch) | |
tree | 429077360d637c81c2ef5baad35881533f80aac7 /helpers/DATA/firefox/gnu/branding/VisualElementsManifest.xml | |
download | gnuzilla-d065fe3ddaee8fff7acc9b4738df11877f8f7c42.tar.gz |
Release for upstream v31ESR
Diffstat (limited to 'helpers/DATA/firefox/gnu/branding/VisualElementsManifest.xml')
-rw-r--r-- | helpers/DATA/firefox/gnu/branding/VisualElementsManifest.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/helpers/DATA/firefox/gnu/branding/VisualElementsManifest.xml b/helpers/DATA/firefox/gnu/branding/VisualElementsManifest.xml new file mode 100644 index 0000000..f763409 --- /dev/null +++ b/helpers/DATA/firefox/gnu/branding/VisualElementsManifest.xml @@ -0,0 +1,16 @@ +<Application + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <VisualElements + DisplayName="@MOZ_APP_DISPLAYNAME@" + Logo="tileresources\VisualElements_logo.png" + SmallLogo="tileresources\VisualElements_smalllogo.png" + ForegroundText="light" + BackgroundColor="#0a1833"> + <DefaultTile + ShortName="@MOZ_APP_DISPLAYNAME@" + ShowName="allLogos" + /> + <SplashScreen + Image="tileresources\VisualElements_splashscreen.png" /> + </VisualElements> +</Application> |