diff --git a/browser/branding/official/LICENSE b/browser/branding/official/LICENSE
deleted file mode 100644
index 72a4bdcb82..0000000000
--- a/browser/branding/official/LICENSE
+++ /dev/null
@@ -1,10 +0,0 @@
-This location contains official branding for the Basilisk browser.
-
-Please note that you are not granted any trademark rights or licenses
-to the trademarks of Moonchild Productions, the Basilisk Development Team, or any other party,
-including without limitation the Basilisk name or logo.
-
-These branding materials are Copyrighted (c) the Basilisk Development Team. All rights reserved.
-
-Official branding using these files is only allowed by the copyright holder
-or by third parties with express permission from the copyright holder.
diff --git a/browser/branding/official/VisualElements_150.png b/browser/branding/official/VisualElements_150.png
deleted file mode 100644
index eb74e4adc5..0000000000
Binary files a/browser/branding/official/VisualElements_150.png and /dev/null differ
diff --git a/browser/branding/official/VisualElements_70.png b/browser/branding/official/VisualElements_70.png
deleted file mode 100644
index 571532a9ba..0000000000
Binary files a/browser/branding/official/VisualElements_70.png and /dev/null differ
diff --git a/browser/branding/official/appname.bmp b/browser/branding/official/appname.bmp
deleted file mode 100644
index 1ee08c9445..0000000000
Binary files a/browser/branding/official/appname.bmp and /dev/null differ
diff --git a/browser/branding/official/background.png b/browser/branding/official/background.png
deleted file mode 100644
index 3fa4a0ec73..0000000000
Binary files a/browser/branding/official/background.png and /dev/null differ
diff --git a/browser/branding/official/branding.nsi b/browser/branding/official/branding.nsi
deleted file mode 100644
index 842fae86c7..0000000000
--- a/browser/branding/official/branding.nsi
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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/.
-
-# NSIS branding defines for unofficial builds.
-# The official release build branding.nsi is located in other-license/branding/firefox/
-# The nightly build branding.nsi is located in browser/installer/windows/nsis/
-
-# BrandFullNameInternal is used for some registry and file system values
-# instead of BrandFullName and typically should not be modified.
-!define BrandFullNameInternal "Dactyloidae"
-!define CompanyName "Eclipse Community"
-!define URLInfoAbout "about:blank"
-!define URLUpdateInfo "about:blank"
-!define HelpLink "about:blank"
-!define URLSystemRequirements "about:blank"
diff --git a/browser/branding/official/configure.sh b/browser/branding/official/configure.sh
deleted file mode 100644
index 48b79c2400..0000000000
--- a/browser/branding/official/configure.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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/.
-
-MOZ_APP_NAME=dactyloidae
-
-MOZ_APP_BASENAME="Dactyloidae"
-
-MOZ_APP_DISPLAYNAME="Dactyloidae"
-
-MOZ_APP_UA_NAME="Basilisk"
-
-MOZ_APP_VENDOR="Eclipse Community"
-
-MOZ_APP_FULLNAME="Dactyloidae"
-
-MOZ_APP_PROFILE="Eclipse Community/Dactyloidae"
-
-MOZ_APP_REMOTINGNAME=com.Eclipse Community.Dactyloidae
-
-MOZ_DISTRIBUTION_ID=com.opensource
-
-MOZ_MACBUNDLE_NAME="Dactyloidae.app"
-
-MOZ_SOURCE_REPO=https://github.com/Eclipse-Community/UXP
\ No newline at end of file
diff --git a/browser/branding/official/content/about-background.png b/browser/branding/official/content/about-background.png
deleted file mode 100644
index 5f549121e5..0000000000
Binary files a/browser/branding/official/content/about-background.png and /dev/null differ
diff --git a/browser/branding/official/content/about-logo.png b/browser/branding/official/content/about-logo.png
deleted file mode 100644
index c5a838178a..0000000000
Binary files a/browser/branding/official/content/about-logo.png and /dev/null differ
diff --git a/browser/branding/official/content/about-logo@2x.png b/browser/branding/official/content/about-logo@2x.png
deleted file mode 100644
index 48c31564c4..0000000000
Binary files a/browser/branding/official/content/about-logo@2x.png and /dev/null differ
diff --git a/browser/branding/official/content/about-wordmark.png b/browser/branding/official/content/about-wordmark.png
deleted file mode 100644
index 5dd55e8bf2..0000000000
Binary files a/browser/branding/official/content/about-wordmark.png and /dev/null differ
diff --git a/browser/branding/official/content/about-wordmark.svg b/browser/branding/official/content/about-wordmark.svg
deleted file mode 100644
index d950e0944c..0000000000
--- a/browser/branding/official/content/about-wordmark.svg
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
diff --git a/browser/branding/official/content/about.png b/browser/branding/official/content/about.png
deleted file mode 100644
index e323c8df5c..0000000000
Binary files a/browser/branding/official/content/about.png and /dev/null differ
diff --git a/browser/branding/official/content/aboutDialog.css b/browser/branding/official/content/aboutDialog.css
deleted file mode 100644
index 84d9cea7e4..0000000000
--- a/browser/branding/official/content/aboutDialog.css
+++ /dev/null
@@ -1,49 +0,0 @@
-/* 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/. */
-
-#clientBox {
- background-color: #F7F7F7;
- color: #222;
-}
-
-#leftBox {
- background-image: url("chrome://branding/content/about-logo.png");
- background-repeat: no-repeat;
- background-size: 192px auto;
- /* min-width and min-height create room for the logo */
- min-width: 210px;
- min-height: 210px;
- margin-top: 20px;
- margin-inline-start: 30px;
-}
-
-
-@media (min-resolution: 2dppx) {
- #leftBox {
- background-image: url("chrome://branding/content/about-logo@2x.png");
- }
-}
-
-#rightBox {
- margin-left: 30px;
- margin-right: 30px;
- background-image: url("chrome://branding/content/about-wordmark.png");
- background-repeat: no-repeat;
- /* padding-top creates room for the wordmark */
- padding-top: 38px;
- margin-top:20px;
-}
-
-
-#updateDeck > hbox > label:not([class="text-link"]) {
- color: #909090;
-}
-
-#trademark {
- font-size: xx-small;
- text-align: center;
- color: #999;
- margin-top: 10px;
- margin-bottom: 10px;
-}
diff --git a/browser/branding/official/content/icon48.png b/browser/branding/official/content/icon48.png
deleted file mode 100644
index 16e022a647..0000000000
Binary files a/browser/branding/official/content/icon48.png and /dev/null differ
diff --git a/browser/branding/official/content/icon64.png b/browser/branding/official/content/icon64.png
deleted file mode 100644
index 9860917e3e..0000000000
Binary files a/browser/branding/official/content/icon64.png and /dev/null differ
diff --git a/browser/branding/official/content/identity-icons-brand.svg b/browser/branding/official/content/identity-icons-brand.svg
deleted file mode 100644
index 6c33113e56..0000000000
--- a/browser/branding/official/content/identity-icons-brand.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
diff --git a/browser/branding/official/content/jar.mn b/browser/branding/official/content/jar.mn
deleted file mode 100644
index 4b8c5fc9d3..0000000000
--- a/browser/branding/official/content/jar.mn
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/.
-
-browser.jar:
-% content branding %content/branding/ contentaccessible=yes
- content/branding/about.png
- content/branding/about-logo.png
- content/branding/about-logo@2x.png
- content/branding/about-wordmark.png
- content/branding/icon48.png
- content/branding/icon64.png
- content/branding/icon16.png (../default16.png)
- content/branding/icon32.png (../default32.png)
- content/branding/icon128.png (../mozicon128.png)
- content/branding/identity-icons-brand.svg
- content/branding/silhouette-40.svg
- content/branding/aboutDialog.css
diff --git a/browser/branding/official/content/moz.build b/browser/branding/official/content/moz.build
deleted file mode 100644
index 635fa39c99..0000000000
--- a/browser/branding/official/content/moz.build
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# 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
diff --git a/browser/branding/official/content/silhouette-40.svg b/browser/branding/official/content/silhouette-40.svg
deleted file mode 100644
index aa17cd3093..0000000000
--- a/browser/branding/official/content/silhouette-40.svg
+++ /dev/null
@@ -1,1360 +0,0 @@
-
-
-
diff --git a/browser/branding/official/default16.png b/browser/branding/official/default16.png
deleted file mode 100644
index e74f5cf2e4..0000000000
Binary files a/browser/branding/official/default16.png and /dev/null differ
diff --git a/browser/branding/official/default22.png b/browser/branding/official/default22.png
deleted file mode 100644
index 20b378bbac..0000000000
Binary files a/browser/branding/official/default22.png and /dev/null differ
diff --git a/browser/branding/official/default24.png b/browser/branding/official/default24.png
deleted file mode 100644
index dbf121a6ea..0000000000
Binary files a/browser/branding/official/default24.png and /dev/null differ
diff --git a/browser/branding/official/default256.png b/browser/branding/official/default256.png
deleted file mode 100644
index b6278c51f3..0000000000
Binary files a/browser/branding/official/default256.png and /dev/null differ
diff --git a/browser/branding/official/default32.png b/browser/branding/official/default32.png
deleted file mode 100644
index 9145090543..0000000000
Binary files a/browser/branding/official/default32.png and /dev/null differ
diff --git a/browser/branding/official/default48.png b/browser/branding/official/default48.png
deleted file mode 100644
index 5fd71e110c..0000000000
Binary files a/browser/branding/official/default48.png and /dev/null differ
diff --git a/browser/branding/official/default64.png b/browser/branding/official/default64.png
deleted file mode 100644
index 5aefe2a3c0..0000000000
Binary files a/browser/branding/official/default64.png and /dev/null differ
diff --git a/browser/branding/official/disk.icns b/browser/branding/official/disk.icns
deleted file mode 100644
index 718f1a3d3c..0000000000
Binary files a/browser/branding/official/disk.icns and /dev/null differ
diff --git a/browser/branding/official/document.icns b/browser/branding/official/document.icns
deleted file mode 100644
index ff419f2f7b..0000000000
Binary files a/browser/branding/official/document.icns and /dev/null differ
diff --git a/browser/branding/official/document.ico b/browser/branding/official/document.ico
deleted file mode 100644
index 3111163247..0000000000
Binary files a/browser/branding/official/document.ico and /dev/null differ
diff --git a/browser/branding/official/firefox.icns b/browser/branding/official/firefox.icns
deleted file mode 100644
index 2c613634b6..0000000000
Binary files a/browser/branding/official/firefox.icns and /dev/null differ
diff --git a/browser/branding/official/firefox.ico b/browser/branding/official/firefox.ico
deleted file mode 100644
index 0518438a04..0000000000
Binary files a/browser/branding/official/firefox.ico and /dev/null differ
diff --git a/browser/branding/official/hydra.VisualElementsManifest.xml b/browser/branding/official/hydra.VisualElementsManifest.xml
deleted file mode 100644
index d675d573f2..0000000000
--- a/browser/branding/official/hydra.VisualElementsManifest.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
diff --git a/browser/branding/official/hydra.desktop b/browser/branding/official/hydra.desktop
deleted file mode 100644
index 6d38112231..0000000000
--- a/browser/branding/official/hydra.desktop
+++ /dev/null
@@ -1,353 +0,0 @@
-[Desktop Entry]
-Name=Hydra
-GenericName=Web Browser
-GenericName[ar]=متصفح ويب
-GenericName[ast]=Restolador Web
-GenericName[bn]=ওয়েব ব্রাউজার
-GenericName[ca]=Navegador web
-GenericName[cs]=Webový prohlížeč
-GenericName[da]=Webbrowser
-GenericName[el]=Περιηγητής διαδικτύου
-GenericName[es]=Navegador web
-GenericName[et]=Veebibrauser
-GenericName[fa]=مرورگر اینترنتی
-GenericName[fi]=WWW-selain
-GenericName[fr]=Navigateur Web
-GenericName[gl]=Navegador Web
-GenericName[he]=דפדפן אינטרנט
-GenericName[hr]=Web preglednik
-GenericName[hu]=Webböngésző
-GenericName[it]=Browser web
-GenericName[ja]=ウェブ・ブラウザ
-GenericName[ko]=웹 브라우저
-GenericName[ku]=Geroka torê
-GenericName[lt]=Interneto naršyklė
-GenericName[nb]=Nettleser
-GenericName[nl]=Webbrowser
-GenericName[nn]=Nettlesar
-GenericName[no]=Nettleser
-GenericName[pl]=Przeglądarka WWW
-GenericName[pt]=Navegador Web
-GenericName[pt_BR]=Navegador Web
-GenericName[ro]=Navigator Internet
-GenericName[ru]=Веб-браузер
-GenericName[sk]=Internetový prehliadač
-GenericName[sl]=Spletni brskalnik
-GenericName[sv]=Webbläsare
-GenericName[tr]=Web Tarayıcı
-GenericName[ug]=توركۆرگۈ
-GenericName[uk]=Веб-браузер
-GenericName[vi]=Trình duyệt Web
-GenericName[zh_CN]=网络浏览器
-GenericName[zh_TW]=網路瀏覽器
-Comment=Browse the World Wide Web
-Comment[ar]=تصفح الشبكة العنكبوتية العالمية
-Comment[ast]=Restola pela Rede
-Comment[bn]=ইন্টারনেট ব্রাউজ করুন
-Comment[ca]=Navegueu per la web
-Comment[cs]=Prohlížení stránek World Wide Webu
-Comment[da]=Surf på internettet
-Comment[de]=Im Internet surfen
-Comment[el]=Μπορείτε να περιηγηθείτε στο διαδίκτυο (Web)
-Comment[es]=Navegue por la web
-Comment[et]=Lehitse veebi
-Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
-Comment[fi]=Selaa Internetin WWW-sivuja
-Comment[fr]=Naviguer sur le Web
-Comment[gl]=Navegar pola rede
-Comment[he]=גלישה ברחבי האינטרנט
-Comment[hr]=Pretražite web
-Comment[hu]=A világháló böngészése
-Comment[it]=Esplora il web
-Comment[ja]=ウェブを閲覧します
-Comment[ko]=웹을 돌아 다닙니다
-Comment[ku]=Li torê bigere
-Comment[lt]=Naršykite internete
-Comment[nb]=Surf på nettet
-Comment[nl]=Verken het internet
-Comment[nn]=Surf på nettet
-Comment[no]=Surf på nettet
-Comment[pl]=Przeglądanie stron WWW
-Comment[pt]=Navegue na Internet
-Comment[pt_BR]=Navegue na Internet
-Comment[ro]=Navigați pe Internet
-Comment[ru]=Доступ в Интернет
-Comment[sk]=Prehliadanie internetu
-Comment[sl]=Brskajte po spletu
-Comment[sv]=Surfa på webben
-Comment[tr]=İnternet'te Gezinin
-Comment[ug]=دۇنيادىكى توربەتلەرنى كۆرگىلى بولىدۇ
-Comment[uk]=Перегляд сторінок Інтернету
-Comment[vi]=Để duyệt các trang web
-Comment[zh_CN]=浏览互联网
-Comment[zh_TW]=瀏覽網際網路
-Exec=hydra %u
-Terminal=false
-Type=Application
-Icon=hydra
-Categories=Network;WebBrowser;
-MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
-StartupNotify=false
-Actions=NewTab;NewWindow;NewPrivateWindow;
-StartupWMClass="hydra"
-
-[Desktop Action NewTab]
-Name=Open new tab
-Name[ach]=Yab dirica matidi manyen
-Name[af]=Open nuwe oortjie
-Name[an]=Ubrir una pestanya nueva
-Name[ar]=افتح لسانًا جديدًا
-Name[as]=নতুন টেব খোলক
-Name[ast]=Abrir llingüeta nueva
-Name[az]=Yeni vərəq aç
-Name[be]=Адкрыць новую ўстаўку
-Name[bg]=Отваряне на нов подпрозорец
-Name[bn_BD]=নতুন ট্যাব খুলুন
-Name[bn_IN]=নতুন ট্যাব খুলুন
-Name[br]=Digeriñ un ivinell nevez
-Name[bs]=Otvori novi tab
-Name[ca]=Obre una pestanya nova
-Name[cs]=Otevřít nový panel
-Name[cy]=Agor tab newydd
-Name[da]=Åbn nyt faneblad
-Name[de]=Neuen Tab öffnen
-Name[dsb]=Nowy rejtark wócyniś
-Name[el]=Άνοιγμα νέας καρτέλας
-Name[eo]=Malfermi novan langeton
-Name[es_AR]=Abrir nueva pestaña
-Name[es_CL]=Abrir nueva pestaña
-Name[es_ES]=Abrir pestaña nueva
-Name[es_MX]=Abrir una pestaña nueva
-Name[et]=Ava uus kaart
-Name[eu]=Ireki fitxa berria
-Name[ff]=Uddit tabbere hesere
-Name[fi]=Avaa uusi välilehti
-Name[fr]=Ouvrir un nouvel onglet
-Name[fy_NL]=Iepenje nij ljepblêd
-Name[ga_IE]=Oscail i gcluaisín nua
-Name[gd]=Fosgail taba ùr
-Name[gl]=Abrir unha nova lapela
-Name[gu_IN]=નવી ટૅબને ખોલો
-Name[he]=פתיחת לשונית חדשה
-Name[hi_IN]=नया टैब खोलें
-Name[hr]=Otvori novu karticu
-Name[hsb]=Nowy rajtark wočinić
-Name[hu]=Új lap megnyitása
-Name[hy_AM]=Բացել նոր ներդիր
-Name[id]=Buka tab baru
-Name[is]=Opna nýjan flipa
-Name[it]=Apri nuova scheda
-Name[ja]=新しいタブ
-Name[kk]=Жаңа бетті ашу
-Name[kn]=ಹೊಸ ಹಾಳೆಯನ್ನು ತೆರೆ
-Name[ko]=새 탭 열기
-Name[lij]=Àrvi nêuvo féuggio
-Name[lt]=Atverti naują kortelę
-Name[mai]=नव टैब खोलू
-Name[mk]=Отвори ново јазиче
-Name[ml]=പുതിയ റ്റാബ് തുറക്കുക
-Name[mr]=नवीन टॅब उघडा
-Name[ms]=Buka tab baru
-Name[nb_NO]=Åpne ny fane
-Name[nl]=Nieuw tabblad openen
-Name[nn_NO]=Opna ny fane
-Name[or]=ନୂତନ ଟ୍ୟାବ ଖୋଲନ୍ତୁ
-Name[pa_IN]=ਨਵੀਂ ਟੈਬ ਖੋਲ੍ਹੋ
-Name[pl]=Otwórz nową kartę
-Name[pt_BR]=Nova aba
-Name[pt_PT]=Abrir novo separador
-Name[rm]=Avrir in nov tab
-Name[ro]=Deschide o filă nouă
-Name[ru]=Открыть новую вкладку
-Name[si]=නව ටැබය විවෘත කරන්න
-Name[sk]=Otvoriť novú kartu
-Name[sl]=Odpri nov zavihek
-Name[son]=Nor loku taaga feeri
-Name[sq]=Hap skedë të re
-Name[sr]=Отвори нови језичак
-Name[sv_SE]=Öppna ny flik
-Name[ta]=புதிய கீற்றைத் திற
-Name[te]=కొత్త టాబ్ తెరువుము
-Name[th]=เปิดแท็บใหม่
-Name[tr]=Yeni sekme aç
-Name[uk]=Відкрити нову вкладку
-Name[uz]=Yangi ichki oyna ochish
-Name[vi]=Mở thẻ mới
-Name[xh]=Vula ithebhu entsha
-Name[zh_CN]=打开新标签页
-Name[zh_TW]=開啟新分頁
-Exec=hydra -new-tab
-
-[Desktop Action NewWindow]
-Name=Open new window
-Name[ach]=Yab dirica manyen
-Name[af]=Open nuwe venster
-Name[an]=Ubrir una nueva finestra
-Name[ar]=افتح نافذة جديدة
-Name[as]=নতুন উইন্ডো খোলক
-Name[ast]=Abrir ventana nueva
-Name[az]=Yeni pəncərə aç
-Name[be]=Адкрыць новае акно
-Name[bg]=Отваряне на нов прозорец
-Name[bn_BD]=নতুন উইন্ডো খুলুন
-Name[bn_IN]=নতুন উইন্ডো খুলুন
-Name[br]=Digeriñ ur prenestr nevez
-Name[bs]=Otvori novi prozor
-Name[ca]=Obre una finestra nova
-Name[cs]=Otevřít nové okno
-Name[cy]=Agor ffenestr newydd
-Name[da]=Åbn nyt vindue
-Name[de]=Neues Fenster öffnen
-Name[dsb]=Nowe wokno wócyniś
-Name[el]=Άνοιγμα νέου παραθύρου
-Name[eo]=Malfermi novan fenestron
-Name[es_AR]=Abrir nueva ventana
-Name[es_CL]=Abrir nueva ventana
-Name[es_ES]=Abrir nueva ventana
-Name[es_MX]=Abrir nueva ventana
-Name[et]=Ava uus aken
-Name[eu]=Ireki leiho berria
-Name[ff]=Uddit henorde hesere
-Name[fi]=Avaa uusi ikkuna
-Name[fr]=Ouvrir une nouvelle fenêtre
-Name[fy_NL]=Iepenje nij finster
-Name[ga_IE]=Oscail fuinneog nua
-Name[gd]=Fosgail uinneag ùr
-Name[gl]=Abrir unha nova xanela
-Name[gu_IN]=નવી વિન્ડોને ખોલો
-Name[he]=פתח חלון חדש
-Name[hi_IN]=नई विंडो खोलें
-Name[hr]=Otvori novi prozor
-Name[hsb]=Nowe wokno wočinić
-Name[hu]=Új ablak megnyitása
-Name[hy_AM]=Բացել նոր պատուհան
-Name[id]=Buka jendela baru
-Name[is]=Opna nýjan glugga
-Name[it]=Apri nuova finestra
-Name[ja]=新しいウィンドウ
-Name[kk]=Жаңа терезені ашу
-Name[kn]=ಹೊಸ ವಿಂಡೊವನ್ನು ತೆರೆ
-Name[ko]=새 창 열기
-Name[lij]=Àrvi nêuvo barcón
-Name[lt]=Atverti naują langą
-Name[mai]=नई विंडो खोलू
-Name[mk]=Отвори нов прозорец
-Name[ml]=പുതിയ ജാലകം തുറക്കുക
-Name[mr]=नवीन पटल उघडा
-Name[ms]=Buka tetingkap baru
-Name[nb_NO]=Åpne nytt vindu
-Name[nl]=Een nieuw venster openen
-Name[nn_NO]=Opna nytt vindauge
-Name[or]=ନୂତନ ୱିଣ୍ଡୋ ଖୋଲନ୍ତୁ
-Name[pa_IN]=ਨਵੀਂ ਵਿੰਡੋ ਖੋਲ੍ਹੋ
-Name[pl]=Otwórz nowe okno
-Name[pt_BR]=Nova janela
-Name[pt_PT]=Abrir nova janela
-Name[rm]=Avrir ina nova fanestra
-Name[ro]=Deschide o nouă fereastră
-Name[ru]=Открыть новое окно
-Name[si]=නව කවුළුවක් විවෘත කරන්න
-Name[sk]=Otvoriť nové okno
-Name[sl]=Odpri novo okno
-Name[son]=Zanfun taaga feeri
-Name[sq]=Hap dritare të re
-Name[sr]=Отвори нови прозор
-Name[sv_SE]=Öppna nytt fönster
-Name[ta]=புதிய சாளரத்தை திற
-Name[te]=కొత్త విండో తెరువుము
-Name[th]=เปิดหน้าต่างใหม่
-Name[tr]=Yeni pencere aç
-Name[uk]=Відкрити нове вікно
-Name[uz]=Yangi oyna ochish
-Name[vi]=Mở cửa sổ mới
-Name[xh]=Vula iwindow entsha
-Name[zh_CN]=打开新窗口
-Name[zh_TW]=開啟新視窗
-Exec=hydra -new-window
-
-[Desktop Action NewPrivateWindow]
-Name=New private window
-Name[ach]=Dirica manyen me mung
-Name[af]=Nuwe privaatvenster
-Name[an]=Nueva finestra de navegación privada
-Name[ar]=نافذة خاصة جديدة
-Name[as]=নতুন ব্যক্তিগত উইন্ডো
-Name[ast]=Ventana privada nueva
-Name[az]=Yeni məxfi pəncərə
-Name[be]=Новае акно адасаблення
-Name[bg]=Нов прозорец за поверително сърфиране
-Name[bn_BD]=নতুন ব্যক্তিগত উইন্ডো
-Name[bn_IN]=নতুন ব্যাক্তিগত উইন্ডো
-Name[br]=Prenestr merdeiñ prevez nevez
-Name[bs]=Novi privatni prozor
-Name[ca]=Finestra privada nova
-Name[cs]=Nové anonymní okno
-Name[cy]=Ffenestr breifat newydd
-Name[da]=Nyt privat vindue
-Name[de]=Neues privates Fenster öffnen
-Name[dsb]=Nowe priwatne wokno
-Name[el]=Νέο παράθυρο ιδιωτικής περιήγησης
-Name[eo]=Nova privata fenestro
-Name[es_AR]=Nueva ventana privada
-Name[es_CL]=Nueva ventana privada
-Name[es_ES]=Nueva ventana privada
-Name[es_MX]=Nueva ventana privada
-Name[et]=Uus privaatne aken
-Name[eu]=Leiho pribatu berria
-Name[ff]=Henorde suturo hesere
-Name[fi]=Uusi yksityinen ikkuna
-Name[fr]=Nouvelle fenêtre de navigation privée
-Name[fy_NL]=Nij priveefinster
-Name[ga_IE]=Fuinneog nua phríobháideach
-Name[gd]=Uinneag phrìobhaideach ùr
-Name[gl]=Nova xanela privada
-Name[gu_IN]=નવી ખાનગી વિન્ડો
-Name[he]=חלון פרטי חדש
-Name[hi_IN]=नया निजी विंडो
-Name[hr]=Novi privatni prozor
-Name[hsb]=Nowe priwatne wokno
-Name[hu]=Új privát ablak
-Name[hy_AM]=Գաղտնի դիտարկում
-Name[id]=Jendela mode pribadi baru
-Name[is]=Nýr einkagluggi
-Name[it]=Nuova finestra anonima
-Name[ja]=新しいプライベートウィンドウ
-Name[kk]=Жаңа жекелік терезе
-Name[kn]=ಹೊಸ ಖಾಸಗಿ ಕಿಟಕಿ
-Name[ko]=새 사생활 보호 창
-Name[lij]=Nêuvo barcón privòu
-Name[lt]=Atverti privačiojo naršymo langą
-Name[mai]=नव निज विंडो
-Name[mk]=Нов прозорец за приватно сурфање
-Name[ml]=പുതിയ സ്വകാര്യ ജാലകം
-Name[mr]=नवीन वैयक्तिक पटल
-Name[ms]=Tetingkap peribadi baharu
-Name[nb_NO]=Nytt privat vindu
-Name[nl]=Nieuw privévenster
-Name[nn_NO]=Nytt privat vindauge
-Name[or]=ନୂତନ ବ୍ୟକ୍ତିଗତ ୱିଣ୍ଡୋ
-Name[pa_IN]=ਨਵੀਂ ਪ੍ਰਾਈਵੇਟ ਵਿੰਡੋ
-Name[pl]=Nowe okno w trybie prywatnym
-Name[pt_BR]=Nova janela privativa
-Name[pt_PT]=Nova janela privada
-Name[rm]=Nova fanestra privata
-Name[ro]=Fereastră fără urme nouă
-Name[ru]=Новое приватное окно
-Name[si]=නව පුද්ගලික කවුළුව
-Name[sk]=Nové okno v režime Súkromné prehliadanie
-Name[sl]=Novo zasebno okno
-Name[son]=Sutura zanfun taaga
-Name[sq]=Dritare e re private
-Name[sr]=Нови приватни прозор
-Name[sv_SE]=Nytt privat fönster
-Name[ta]=புதிய தனிப்பட்ட சாளரம்
-Name[te]=కొత్త ఆంతరంగిక విండో
-Name[th]=หน้าต่างท่องเว็บแบบส่วนตัวใหม่
-Name[tr]=Yeni gizli pencere
-Name[uk]=Нове приватне вікно
-Name[uz]=Yangi shaxsiy oyna
-Name[vi]=Cửa sổ riêng tư mới
-Name[xh]=Ifestile yangasese entsha
-Name[zh_CN]=新建隐私浏览窗口
-Name[zh_TW]=新增隱私視窗
-Exec=hydra -private-window
diff --git a/browser/branding/official/locales/browserconfig.properties b/browser/branding/official/locales/browserconfig.properties
deleted file mode 100644
index 06cefece3b..0000000000
--- a/browser/branding/official/locales/browserconfig.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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/.
-
-# Do NOT localize or otherwise change these values
-browser.startup.homepage=about:home
diff --git a/browser/branding/official/locales/en-US/brand.dtd b/browser/branding/official/locales/en-US/brand.dtd
deleted file mode 100644
index db5bae1a8d..0000000000
--- a/browser/branding/official/locales/en-US/brand.dtd
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/browser/branding/official/locales/en-US/brand.properties b/browser/branding/official/locales/en-US/brand.properties
deleted file mode 100644
index 1c26c34953..0000000000
--- a/browser/branding/official/locales/en-US/brand.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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/.
-
-brandShortName=Eclipse Hydra
-# The above controls the name shown in the app
-brandShorterName=Hydra
-brandFullName=Eclipse Hydra
-vendorShortName=Eclipse Community
-
-homePageSingleStartMain=Internal home page with search.
-homePageImport=Import your home page from %S
-
-homePageMigrationPageTitle=Home Page Selection
-homePageMigrationDescription=Please select the home page you wish to use:
-
-syncBrandShortName=Sync
diff --git a/browser/branding/official/locales/jar.mn b/browser/branding/official/locales/jar.mn
deleted file mode 100644
index 9fdfe578b4..0000000000
--- a/browser/branding/official/locales/jar.mn
+++ /dev/null
@@ -1,11 +0,0 @@
-#filter substitution
-# 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/.
-
-
-@AB_CD@.jar:
-% locale branding @AB_CD@ %locale/branding/
- locale/branding/brand.dtd (%brand.dtd)
- locale/branding/brand.properties (%brand.properties)
- locale/branding/browserconfig.properties
diff --git a/browser/branding/official/locales/moz.build b/browser/branding/official/locales/moz.build
deleted file mode 100644
index 635fa39c99..0000000000
--- a/browser/branding/official/locales/moz.build
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# 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
diff --git a/browser/branding/official/moz.build b/browser/branding/official/moz.build
deleted file mode 100644
index aba83ec3f3..0000000000
--- a/browser/branding/official/moz.build
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# 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/.
-
-DIRS += ['content', 'locales']
-
-DIST_SUBDIR = 'browser'
-export('DIST_SUBDIR')
-
-include('../shared/branding.mozbuild')
-ApplicationBranding()
-
-FINAL_TARGET_FILES['..'] += [
- 'Hydra.VisualElementsManifest.xml',
-]
diff --git a/browser/branding/official/mozicon128.png b/browser/branding/official/mozicon128.png
deleted file mode 100644
index 739b61084b..0000000000
Binary files a/browser/branding/official/mozicon128.png and /dev/null differ
diff --git a/browser/branding/official/pref/basilisk-branding.js b/browser/branding/official/pref/basilisk-branding.js
deleted file mode 100644
index 9bcd3918b8..0000000000
--- a/browser/branding/official/pref/basilisk-branding.js
+++ /dev/null
@@ -1,46 +0,0 @@
-/* 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/. */
-
-#filter substitution
-#filter emptyLines
-
-// Set defines to construct URLs
-#define BRANDING_BASEURL eclipse.cx
-#define BRANDING_SITEURL eclipse.cx
-
-// Shared Branding Preferences
-// XXX: These should REALLY go back to application preferences
-#include ../../shared/preferences.inc
-
-// Branding Specific Preferences
-pref("startup.homepage_override_url", "");
-pref("startup.homepage_welcome_url", "");
-pref("startup.homepage_welcome_url.additional", "");
-// Version release notes
-pref("app.releaseNotesURL", "https://github.com/Eclipse-Community/UXP/releases");
-
-// base url for web-based feedback pages
-pref("app.feedback.baseURL", "https://board.eclipse.cx/viewtopic.php?t=710");
-
-// Vendor home page
-pref("app.vendorURL", "https://eclipse.cx");
-
-pref("app.update.url", "");
-
-// URL user can browse to manually if for some reason all update installation
-// attempts fail.
-pref("app.update.url.manual", "about:");
-// A default value for the "More information about this update" link
-// supplied in the "An update is available" page of the update wizard.
-pref("app.update.url.details", "about:");
-
-// Provide UA Gecko and Firefox slices for web compatibility
-pref("general.useragent.compatMode.firefox",true);
-pref("general.useragent.compatMode.gecko",true);
-
-// Switch Application Updates off for unofficial branding
-pref("app.update.enabled", false);
-
-// Shared User Agent Overrides
-#include ../../shared/uaoverrides.inc
diff --git a/browser/branding/official/wizHeader.bmp b/browser/branding/official/wizHeader.bmp
deleted file mode 100644
index f67b452391..0000000000
Binary files a/browser/branding/official/wizHeader.bmp and /dev/null differ
diff --git a/browser/branding/official/wizHeaderRTL.bmp b/browser/branding/official/wizHeaderRTL.bmp
deleted file mode 100644
index 7c57e461ba..0000000000
Binary files a/browser/branding/official/wizHeaderRTL.bmp and /dev/null differ
diff --git a/browser/branding/official/wizWatermark.bmp b/browser/branding/official/wizWatermark.bmp
deleted file mode 100644
index 05f0e7f9b2..0000000000
Binary files a/browser/branding/official/wizWatermark.bmp and /dev/null differ