forked from gomita/firegestures
-
Notifications
You must be signed in to change notification settings - Fork 1
/
chrome.manifest
45 lines (42 loc) · 2.55 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
content firegestures chrome/content/firegestures/
locale firegestures en-US chrome/locale/en-US/firegestures/
locale firegestures ja chrome/locale/ja/firegestures/
locale firegestures ar chrome/locale/ar/firegestures/
locale firegestures cs-CZ chrome/locale/cs-CZ/firegestures/
locale firegestures da chrome/locale/da/firegestures/
locale firegestures de chrome/locale/de/firegestures/
locale firegestures es-AR chrome/locale/es-AR/firegestures/
locale firegestures es-ES chrome/locale/es-ES/firegestures/
locale firegestures es-MX chrome/locale/es-MX/firegestures/
locale firegestures et-EE chrome/locale/et-EE/firegestures/
locale firegestures fi-FI chrome/locale/fi-FI/firegestures/
locale firegestures fr chrome/locale/fr/firegestures/
locale firegestures he chrome/locale/he/firegestures/
locale firegestures hu-HU chrome/locale/hu-HU/firegestures/
locale firegestures it-IT chrome/locale/it-IT/firegestures/
locale firegestures ko-KR chrome/locale/ko-KR/firegestures/
locale firegestures nb-NO chrome/locale/nb-NO/firegestures/
locale firegestures nl chrome/locale/nl/firegestures/
locale firegestures pl chrome/locale/pl/firegestures/
locale firegestures pt-BR chrome/locale/pt-BR/firegestures/
locale firegestures ro chrome/locale/ro/firegestures/
locale firegestures ru-RU chrome/locale/ru-RU/firegestures/
locale firegestures sk-SK chrome/locale/sk-SK/firegestures/
locale firegestures sr chrome/locale/sr/firegestures/
locale firegestures sv-SE chrome/locale/sv-SE/firegestures/
locale firegestures tr-TR chrome/locale/tr-TR/firegestures/
locale firegestures vi chrome/locale/vi/firegestures/
locale firegestures zh-CN chrome/locale/zh-CN/firegestures/
locale firegestures zh-TW chrome/locale/zh-TW/firegestures/
skin firegestures classic/1.0 chrome/skin/classic/firegestures/
overlay chrome://browser/content/browser.xul chrome://firegestures/content/browser.xul
overlay chrome://global/content/viewSource.xul chrome://firegestures/content/viewSource.xul
overlay chrome://global/content/viewPartialSource.xul chrome://firegestures/content/viewSource.xul
# [Firefox4]
interfaces components/FireGestures.xpt
component {1d26f3e7-d92e-4bcc-ac79-9624bb181308} components/xdGestureService.js
component {ca559550-8ab4-41c5-a72f-fd931322cc7e} components/xdGestureHandler.js
component {d7018e80-d6da-4cbc-b77f-8dca4d95bbbf} components/xdGestureMapping.js
contract @xuldev.org/firegestures/service;1 {1d26f3e7-d92e-4bcc-ac79-9624bb181308}
contract @xuldev.org/firegestures/handler;1 {ca559550-8ab4-41c5-a72f-fd931322cc7e}
contract @xuldev.org/firegestures/mapping;1 {d7018e80-d6da-4cbc-b77f-8dca4d95bbbf}