michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: # Default search engine michael@0: browser.search.defaultenginename=Google michael@0: michael@0: # Search engine order (order displayed in the search bar dropdown)s michael@0: browser.search.order.1=Google michael@0: browser.search.order.2=Yahoo michael@0: browser.search.order.3=Bing michael@0: michael@0: # increment this number when anything gets changed in the list below. This will michael@0: # cause Firefox to re-read these prefs and inject any new handlers into the michael@0: # profile database. Note that "new" is defined as "has a different URL"; this michael@0: # means that it's not possible to update the name of existing handler, so michael@0: # don't make any spelling errors here. michael@0: gecko.handlerService.defaultHandlersVersion=3 michael@0: michael@0: # The default set of protocol handlers for webcal: michael@0: gecko.handlerService.schemes.webcal.0.name=30 Boxes michael@0: gecko.handlerService.schemes.webcal.0.uriTemplate=https://30boxes.com/external/widget?refer=ff&url=%s michael@0: michael@0: # The default set of protocol handlers for mailto: michael@0: gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail michael@0: gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s michael@0: gecko.handlerService.schemes.mailto.1.name=Gmail michael@0: gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s michael@0: michael@0: # This is the default set of web based feed handlers shown in the reader michael@0: # selection UI michael@0: browser.contentHandlers.types.0.title=My Yahoo! michael@0: browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s