diff options
Diffstat (limited to 'data/branding/icecatmobile/content')
-rw-r--r-- | data/branding/icecatmobile/content/about.png | bin | 0 -> 29465 bytes | |||
-rw-r--r-- | data/branding/icecatmobile/content/favicon32.png | bin | 0 -> 5467 bytes | |||
-rw-r--r-- | data/branding/icecatmobile/content/favicon64.png | bin | 0 -> 10363 bytes | |||
-rw-r--r-- | data/branding/icecatmobile/content/jar.mn | 9 | ||||
-rw-r--r-- | data/branding/icecatmobile/content/moz.build | 7 |
5 files changed, 16 insertions, 0 deletions
diff --git a/data/branding/icecatmobile/content/about.png b/data/branding/icecatmobile/content/about.png Binary files differnew file mode 100644 index 0000000..554a13d --- /dev/null +++ b/data/branding/icecatmobile/content/about.png diff --git a/data/branding/icecatmobile/content/favicon32.png b/data/branding/icecatmobile/content/favicon32.png Binary files differnew file mode 100644 index 0000000..b485806 --- /dev/null +++ b/data/branding/icecatmobile/content/favicon32.png diff --git a/data/branding/icecatmobile/content/favicon64.png b/data/branding/icecatmobile/content/favicon64.png Binary files differnew file mode 100644 index 0000000..8b1177e --- /dev/null +++ b/data/branding/icecatmobile/content/favicon64.png diff --git a/data/branding/icecatmobile/content/jar.mn b/data/branding/icecatmobile/content/jar.mn new file mode 100644 index 0000000..f934ed5 --- /dev/null +++ b/data/branding/icecatmobile/content/jar.mn @@ -0,0 +1,9 @@ +# 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/. + +chrome.jar: +% content branding %content/branding/ + content/branding/about.png (about.png) + content/branding/favicon32.png (favicon32.png) + content/branding/favicon64.png (favicon64.png) diff --git a/data/branding/icecatmobile/content/moz.build b/data/branding/icecatmobile/content/moz.build new file mode 100644 index 0000000..c97072b --- /dev/null +++ b/data/branding/icecatmobile/content/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# 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/. + +JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file |