-
Notifications
You must be signed in to change notification settings - Fork 3
/
chrome.manifest
66 lines (49 loc) · 4.01 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
56
57
58
59
60
61
62
63
64
65
66
# our components
manifest components/interfaces.manifest
manifest components/CardDAVDirectoryFactory.manifest
manifest components/CardDAVDirectory.manifest
manifest components/ContextManager.manifest
manifest components/NotificationManager.manifest
manifest components/SOGoConnectorAutocompleteSearch.manifest
manifest components/SyncProgressManager.manifest
content sogo-connector chrome/content/sogo-connector/
skin sogo-connector classic/1.0 chrome/skin/classic/sogo-connector/
locale sogo-connector cs-CZ chrome/locale/cs-CZ/sogo-connector/
locale sogo-connector en-US chrome/locale/en-US/sogo-connector/
locale sogo-connector fr-FR chrome/locale/fr-FR/sogo-connector/
locale sogo-connector de-DE chrome/locale/de-DE/sogo-connector/
locale sogo-connector nl-NL chrome/locale/nl-NL/sogo-connector/
locale sogo-connector hu-HU chrome/locale/hu-HU/sogo-connector/
locale sogo-connector it-IT chrome/locale/it-IT/sogo-connector/
content inverse-library chrome/content/inverse-library/
style chrome://global/content/customizeToolbar.xul chrome://sogo-connector/skin/addressbook/addressbook.groupdav.overlay.css
overlay chrome://messenger/content/messenger.xul chrome://sogo-connector/content/addressbook/messenger.groupdav.overlay.xul
overlay chrome://messenger/content/messageWindow.xul chrome://sogo-connector/content/addressbook/messagewindow-overlay.xul
overlay chrome://messenger/content/addressbook/addressbook.xul chrome://sogo-connector/content/addressbook/addressbook.groupdav.overlay.xul
overlay chrome://messenger/content/addressbook/addressbook.xul chrome://sogo-connector/content/addressbook/cardview-overlay.xul
overlay chrome://messenger/content/addressbook/abNewCardDialog.xul chrome://sogo-connector/content/addressbook/abNewCardDialog.groupdav.overlay.xul
overlay chrome://messenger/content/addressbook/abEditCardDialog.xul chrome://sogo-connector/content/addressbook/abEditCardDialog.groupdav.overlay.xul
overlay chrome://messenger/content/addressbook/abMailListDialog.xul chrome://sogo-connector/content/addressbook/edit-list-overlay.xul
overlay chrome://messenger/content/addressbook/abEditListDialog.xul chrome://sogo-connector/content/addressbook/edit-list-overlay.xul
overlay chrome://messenger/content/addressbook/abCardOverlay.xul chrome://sogo-connector/content/addressbook/common-card-overlay.xul
# support for commentAttribute in composition window
overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://sogo-connector/content/messengercompose/messengercompose-overlay.xul
# caldav acl manager (not SOGo specific)
manifest components/CalDAVACLManager.manifest
# exporting tasks
overlay chrome://calendar/content/calendar-common-sets.xul chrome://sogo-connector/content/calendar/calendar-common-sets.xul
# cleaning up cache
overlay chrome://calendar/content/calendar-calendars-list.xul chrome://sogo-connector/content/calendar/calendars-list-overlay.xul
# force refresh of event before displaying it
overlay chrome://calendar/content/calendar-summary-dialog.xul chrome://sogo-connector/content/calendar/calendar-summary-dialog.xul
# name of current calendar in title (calendar-invitations-list.xml)
overlay chrome://calendar/content/calendar-invitations-dialog.xul chrome://sogo-connector/content/calendar/calendar-invitations-dialog.xul
# default classification (events)
overlay chrome://calendar/content/calendar-event-dialog.xul chrome://sogo-connector/content/calendar/calendar-event-dialog-overlay.xul
overlay chrome://calendar/content/preferences/general.xul chrome://sogo-connector/content/calendar/preferences/general-overlay.xul
# autocomplete in delegation dialog
# overlay chrome://lightning/content/imip-delegate-dialog.xul chrome://sogo-connector/content/lightning/imip-delegate-dialog.xul
# fix for https://bug718386.bugzilla.mozilla.org
overlay chrome://lightning/content/messenger-overlay-messageWindow.xul chrome://sogo-connector/content/lightning/messagewindow-overlay.xul
# preferences
overlay chrome://messenger/content/preferences/preferences.xul chrome://sogo-connector/content/preferences/preferences-overlay.xul