forked from adam-p/markdown-here
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchrome.manifest
55 lines (45 loc) · 3.69 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
43
44
45
46
47
48
49
50
51
52
53
54
55
content markdown_here firefox/chrome/content/
skin markdown_here classic/1.0 firefox/chrome/skin/
locale markdown_here en firefox/chrome/locale/en/
locale markdown_here ja firefox/chrome/locale/ja/
locale markdown_here fr firefox/chrome/locale/fr/
locale markdown_here ko firefox/chrome/locale/ko/
locale markdown_here ru firefox/chrome/locale/ru/
locale markdown_here tr firefox/chrome/locale/tr/
locale markdown_here de firefox/chrome/locale/de/
locale markdown_here es firefox/chrome/locale/es/
locale markdown_here zh-CN firefox/chrome/locale/zh_CN/
locale markdown_here zh-TW firefox/chrome/locale/zh_TW/
locale markdown_here pl firefox/chrome/locale/pl/
locale markdown_here pt-BR firefox/chrome/locale/pt_BR/
locale markdown_here it firefox/chrome/locale/it/
resource markdown_here_common common/
# This is a bit of a hack to allow us to get direct access to specific locale
# string bundles (other than the locale that the browser is set to).
resource markdown_here_locale firefox/chrome/locale/
style chrome://global/content/customizeToolbar.xul chrome://markdown_here/skin/toolbar.css
# Firefox
overlay chrome://browser/content/browser.xul chrome://markdown_here/content/ff-overlay.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
overlay chrome://browser/content/browser.xul chrome://markdown_here/content/background-services-overlay.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
# Thunberbird
overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://markdown_here/content/tb-overlay.xul application={3550f703-e582-4d05-9a08-453d09bdfdc6}
overlay chrome://messenger/content/specialTabs.xul chrome://markdown_here/content/background-services-overlay.xul application={3550f703-e582-4d05-9a08-453d09bdfdc6}
# Postbox
overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://markdown_here/content/tb-overlay.xul [email protected]
overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://markdown_here/content/postbox-overlay.xul [email protected]
overlay chrome://messenger/content/specialTabs.xul chrome://markdown_here/content/background-services-overlay.xul [email protected]
# Zotero
overlay chrome://zotero/content/standalone/standalone.xul chrome://markdown_here/content/zotero-overlay.xul [email protected]
overlay chrome://zotero/content/standalone/standalone.xul chrome://markdown_here/content/background-services-overlay.xul [email protected]
# Pale Moon
overlay chrome://browser/content/browser.xul chrome://markdown_here/content/ff-overlay.xul application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
overlay chrome://browser/content/browser.xul chrome://markdown_here/content/background-services-overlay.xul application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
# Linux
style chrome://markdown_here/content/ff-overlay.xul chrome://markdown_here/skin/toolbar-linux.css os=Linux
style chrome://markdown_here/content/tb-overlay.xul chrome://markdown_here/skin/toolbar-linux.css os=Linux
# OS X
style chrome://markdown_here/content/ff-overlay.xul chrome://markdown_here/skin/toolbar-osx.css os=Darwin
style chrome://markdown_here/content/tb-overlay.xul chrome://markdown_here/skin/toolbar-osx.css os=Darwin
# Windows
style chrome://markdown_here/content/ff-overlay.xul chrome://markdown_here/skin/toolbar-windows.css os=WINNT
style chrome://markdown_here/content/tb-overlay.xul chrome://markdown_here/skin/toolbar-windows.css os=WINNT