snowl/chrome.manifest.in

64 строки
3.0 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

# Generic browser chrome integration points: an icon in the status bar,
2008-10-20 21:11:05 +04:00
# a menu in the Tools menu, View > Sidebar entries, etc.
overlay chrome://browser/content/browser.xul chrome://snowl/content/browser.xul
# The parts of the list view that are part of the browser chrome rather than
# the list view sidebar.
overlay chrome://browser/content/browser.xul chrome://snowl/content/list.xul
# For Customize to display our buttons correctly.
style chrome://global/content/customizeToolbar.xul chrome://snowl/content/browser.css
2008-12-03 17:49:34 +03:00
# For our About dialog.
overlay chrome://mozapps/content/extensions/about.xul chrome://snowl/content/about.xul
# For customizing Places bookmarks dialog.
overlay chrome://browser/content/places/bookmarkProperties2.xul chrome://snowl/content/bookmarkProperties2.xul
# Note: we overlay the river view via xul-overlay processing instructions
# because chrome.manifest instructions require exact URLs, and the river view's
# URL varies because of query params in response to user searches.
# Add the collections view to the list view sidebar.
overlay chrome://snowl/content/list-sidebar.xul chrome://snowl/content/collections.xul
# Add the interface for writing messages to the stream view.
overlay chrome://snowl/content/stream.xul chrome://snowl/content/write.xul
2008-11-14 02:52:55 +03:00
# Add preferences to the main Options dialog.
overlay chrome://browser/content/preferences/preferences.xul chrome://snowl/content/preferences.xul
# Register a resource: protocol alias so we can refer to extension modules
# via resource://snowl/modules/[module name] URLs.
resource snowl ./
2008-08-16 05:11:16 +04:00
# Register the content directory, which contains the chrome of the extension.
# Note: chrome in this case includes cross-OS style (skin). OS-specific style
# should go into OS-specific subdirectories of the skin directory, as defined
# below.
content snowl @chrome_path@content/
# Register separate skins for each primary platform so we can fit personas
# into each one's very different skin.
skin snowl classic/1.0 @chrome_path@skin/luna/ os=WINNT osversion<6
skin snowl classic/1.0 @chrome_path@skin/aero/ os=WINNT osversion>=6
skin snowl classic/1.0 @chrome_path@skin/mac/ os=Darwin
skin snowl classic/1.0 @chrome_path@skin/linux/ os=Linux
2008-08-16 05:11:16 +04:00
# localizations in alphabetical order
2010-01-23 20:28:36 +03:00
locale snowl bg-BG @chrome_path@locale/bg-BG/
locale snowl cs-CZ @chrome_path@locale/cs-CZ/
locale snowl de-DE @chrome_path@locale/de-DE/
locale snowl en-US @chrome_path@locale/en-US/
2010-01-08 01:12:36 +03:00
locale snowl es-ES @chrome_path@locale/es-ES/
2010-01-23 20:28:36 +03:00
locale snowl fr @chrome_path@locale/fr/
locale snowl fy-NL @chrome_path@locale/fy-NL/
2009-08-11 02:18:29 +04:00
locale snowl hu-HU @chrome_path@locale/hu-HU/
2010-01-23 20:28:36 +03:00
locale snowl jp-JP @chrome_path@locale/jp-JP/
locale snowl nl @chrome_path@locale/nl/
locale snowl nn-NO @chrome_path@locale/nn-NO/
locale snowl pl-PL @chrome_path@locale/pl-PL/
locale snowl pt-PT @chrome_path@locale/pt-PT/
2010-01-23 20:28:36 +03:00
locale snowl ru-RU @chrome_path@locale/ru-RU/
locale snowl zh-CN @chrome_path@locale/zh-CN/