diff options
-rw-r--r-- | data/README.IceCat | 6 | ||||
-rw-r--r-- | data/branding/icecat/locales/browserconfig.properties | 2 | ||||
-rw-r--r-- | data/extensions/abouticecat@gnu.org/chrome.manifest | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/data/README.IceCat b/data/README.IceCat index 978f858..a6e09ae 100644 --- a/data/README.IceCat +++ b/data/README.IceCat @@ -100,9 +100,9 @@ EXTENSIONS INCLUDED IN ICECAT 31.x requests when in private browsing mode. Based on Adblock Plus. * AboutIceCat - Adds a custom "about:icecat" homepage with links to information about the - free software and privacy features in IceCat, and checkboxes to enable - and disable the ones more prone to break websites. + Adds a custom homepage with links to information about the free software + and privacy features in IceCat, and checkboxes to enable and disable the + ones more prone to break websites. * html5-video-everywhere Uses the native video player to play embedded videos from different sources diff --git a/data/branding/icecat/locales/browserconfig.properties b/data/branding/icecat/locales/browserconfig.properties index 72ab4be..06cefec 100644 --- a/data/branding/icecat/locales/browserconfig.properties +++ b/data/branding/icecat/locales/browserconfig.properties @@ -3,4 +3,4 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Do NOT localize or otherwise change these values -browser.startup.homepage=about:icecat +browser.startup.homepage=about:home diff --git a/data/extensions/abouticecat@gnu.org/chrome.manifest b/data/extensions/abouticecat@gnu.org/chrome.manifest index d2eafb9..9ded035 100644 --- a/data/extensions/abouticecat@gnu.org/chrome.manifest +++ b/data/extensions/abouticecat@gnu.org/chrome.manifest @@ -4,5 +4,7 @@ locale icecathome af chrome/locale/es/ locale icecathome ak chrome/locale/en/ component {a364a9c0-2960-11e4-8c21-0800200c9a66} components/aboutIceCat.js +contract @mozilla.org/network/protocol/about;1?what=home {a364a9c0-2960-11e4-8c21-0800200c9a66} +contract @mozilla.org/network/protocol/about;1?what=startpage {a364a9c0-2960-11e4-8c21-0800200c9a66} contract @mozilla.org/network/protocol/about;1?what=icecat {a364a9c0-2960-11e4-8c21-0800200c9a66} |