This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchrome.manifest
42 lines (27 loc) · 2.12 KB
/
chrome.manifest
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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/.
# Chrome registration
content simplels chrome/content/
skin simplels classic/1.0 chrome/skin/
skin simplels-os classic/1.0 chrome/skin/linux/
skin simplels-os classic/1.0 chrome/skin/osx/ os=Darwin
skin simplels-os classic/1.0 chrome/skin/windows/ os=WINNT
locale simplels en-US chrome/locale/en-US/
locale simplels es-ES chrome/locale/es-ES/
### @extra-locales-registration-placeholder@
override chrome://simplels/locale/preferences-os.dtd chrome://simplels/locale/preferences-os.win.dtd os=WINNT
# XUL overlays
overlay chrome://browser/content/browser.xul chrome://simplels/content/overlay.xul
overlay chrome://browser/content/browser.xul chrome://simplels/content/overlay-customUI.xul
overlay chrome://messenger/content/messenger.xul chrome://simplels/content/overlay.xul
overlay chrome://navigator/content/navigator.xul chrome://simplels/content/overlay.xul
overlay about:addons chrome://simplels/content/extensions.xul
overlay chrome://mozapps/content/extensions/extensions.xul chrome://simplels/content/extensions.xul
# Style overlays
style chrome://global/content/customizeToolbar.xul chrome://simplels/skin/overlay.css
style chrome://browser/content/browser.xul chrome://simplels/skin/overlay.fx57.css appversion>=57.0a1
# XPCOM registration
component {92ffb138-103f-11e2-84fe-286f6188709b} components/LanguageService.js
contract @nohamelin/sls/language-service;1 {92ffb138-103f-11e2-84fe-286f6188709b}
category profile-after-change LanguageService @nohamelin/sls/language-service;1