/usr/share/xul-ext/status4evar/chrome.manifest is in xul-ext-status4evar 2014.07.06.05-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | # ***** BEGIN LICENSE BLOCK *****
#
# 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/.
#
# Copyright (C) 2010-2014 Matthew Turnbull <sparky@bluefang-logic.com>. All Rights Reserved.
#
# ***** END LICENSE BLOCK *****
# Paths
content status4evar chrome/content/
resource status4evar modules/
# Locales
locale status4evar en-US chrome/locale/en-US/
locale status4evar bg-BG chrome/locale/bg-BG/
locale status4evar cs chrome/locale/cs/
locale status4evar da chrome/locale/da/
locale status4evar de chrome/locale/de/
locale status4evar dsb chrome/locale/dsb/
locale status4evar el chrome/locale/el/
locale status4evar eo chrome/locale/eo/
locale status4evar es-ES chrome/locale/es-ES/
locale status4evar fr chrome/locale/fr/
locale status4evar he chrome/locale/he/
locale status4evar hsb chrome/locale/hsb/
locale status4evar hu chrome/locale/hu/
locale status4evar it-IT chrome/locale/it-IT/
locale status4evar ja-JP chrome/locale/ja-JP/
locale status4evar nb-NO chrome/locale/nb-NO/
locale status4evar nl chrome/locale/nl/
locale status4evar pl chrome/locale/pl/
locale status4evar pt-BR chrome/locale/pt-BR/
locale status4evar ro chrome/locale/ro/
locale status4evar ru chrome/locale/ru/
locale status4evar sr chrome/locale/sr/
locale status4evar sv-SE chrome/locale/sv-SE/
locale status4evar tr chrome/locale/tr/
locale status4evar zh-CN chrome/locale/zh-CN/
locale status4evar zh-TW chrome/locale/zh-TW/
# Skin
skin status4evar classic/1.0 chrome/skin/all/
skin status4evar-os classic/1.0 chrome/skin/gnomestripe/
skin status4evar-os classic/1.0 chrome/skin/winstripe/ os=WINNT
skin status4evar-os classic/1.0 chrome/skin/pinstripe/ os=Darwin
# Overlays
overlay chrome://browser/content/browser.xul chrome://status4evar/content/overlay.xul
overlay chrome://browser/content/browser.xul chrome://status4evar/content/australis.xul appversion>=29.0
overlay chrome://browser/content/browser.xul chrome://status4evar/content/legacy.xul appversion<=28.*
overlay chrome://status4evar/content/prefs.xul chrome://status4evar/content/prefsLegacy.xul appversion<=28.*
# Styles
style chrome://browser/content/browser.xul chrome://status4evar/skin/version/overlay32.css appversion>=32.0
style chrome://global/content/customizeToolbar.xul chrome://status4evar/content/overlay.css appversion<=28.*
style chrome://global/content/customizeToolbar.xul chrome://status4evar/skin/overlay.css appversion<=28.*
style chrome://global/content/customizeToolbar.xul chrome://status4evar-os/skin/overlay.css appversion<=28.*
style chrome://global/content/customizeToolbar.xul chrome://status4evar-os/skin/legacy.css appversion<=28.*
style chrome://status4evar/content/prefs.xul chrome://status4evar/skin/version/prefs26.css appversion>=26.0
style chrome://status4evar/content/prefs.xul chrome://status4evar/skin/version/prefs28.css appversion<=28.*
style chrome://status4evar/content/prefs.xul chrome://status4evar/skin/version/prefs29.css appversion>=29.0
# XPCOM
interfaces components/status4evar.xpt
component {13b3595e-7bb5-4cfe-bbfa-82c900a4d7bf} components/status4evar.js
contract @caligonstudios.com/status4evar;1 {13b3595e-7bb5-4cfe-bbfa-82c900a4d7bf}
category profile-after-change Status-4-Evar @caligonstudios.com/status4evar;1
|