diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
commit | 6e7918b6ccb69876d339a320091fdee811445395 (patch) | |
tree | 31cb88ee438d652fddefca1193f70289a8b3dcc8 /data/branding/VisualElementsManifest.xml | |
parent | 60e5b13c35d4d3ba21bb03b026750a0a414f6c77 (diff) |
Generalize data directory
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> |