blob: ce3e53e16cde4e33026666f57898c81cb538df39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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/.
# navigator.properties
#
# all.js
#
browser.startup.homepage=https://start.mozilla.cz/
browser.throbber.url=https://start.mozilla.cz/
browser.translation.service=http://translate.google.com/translate?prev=/language_tools&u=
browser.translation.serviceDomain=translate.google.com
browser.validate.html.service=http://validator.w3.org/check?charset=%28detect+automatically%29&doctype=Inline&uri=
#config.js
#
startup.homepage_override_url=https://start.mozilla.cz/
# This is the default set of web based feed handlers shown in the reader
# selection UI
browser.contentHandlers.types.0.title=Feedly
browser.contentHandlers.types.0.uri=https://feedly.com/i/subscription/feed/%s
browser.contentHandlers.types.1.title=The Old Reader
browser.contentHandlers.types.1.uri=https://theoldreader.com/feeds/subscribe?url=%s
browser.contentHandlers.types.2.title=G2Reader
browser.contentHandlers.types.2.uri=https://www.g2reader.com/su?u=%s
|