index.rst (764B)
1 Firefox Branding 2 ================ 3 4 Firefox has multiple different sets of "branding" that are used to hold channel-specific things such as: 5 * Logos and other iconography 6 * Product names (eg: "Mozilla Firefox", "Firefox Developer Edition") 7 * Channel-specific preferences (eg: ``app.update.interval``) 8 9 Brandings are stored in the `branding subdirectory <https://searchfox.org/mozilla-central/source/browser/branding>`_ and map to builds as follows: 10 11 - ``official`` is used for Release and Beta builds 12 - ``aurora`` is used for Developer Edition builds 13 - ``nightly`` is used for Nightly and Try builds 14 - ``unofficial`` is used when no other branding is specified (eg: local developer builds) 15 16 17 Additional reading 18 ------------------ 19 20 .. toctree:: 21 22 UpdatingMacIcons