diff options
Diffstat (limited to 'data/branding/VisualElementsManifest.xml')
-rw-r--r-- | data/branding/VisualElementsManifest.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/branding/VisualElementsManifest.xml b/data/branding/VisualElementsManifest.xml new file mode 100644 index 0000000..f763409 --- /dev/null +++ b/data/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> |