aboutsummaryrefslogtreecommitdiff
path: root/chrome.manifest
diff options
context:
space:
mode:
authorEinar Egilsson2010-09-22 19:17:33 +0000
committerEinar Egilsson2010-09-22 19:17:33 +0000
commit433ed8cdca328b6077c8aa84155882af361aeafa (patch)
tree20eb960cdafce7a945d496686c432ac530a9cff2 /chrome.manifest
parent68848a6d366282ae659ac9b00c97096fe1d41df5 (diff)
v2.5, supports FF4.0 betas and has simplified chinese locale.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@370 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome.manifest')
-rw-r--r--chrome.manifest14
1 files changed, 13 insertions, 1 deletions
diff --git a/chrome.manifest b/chrome.manifest
index ec4e237..bc60f58 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -1,6 +1,18 @@
# $Id$
content redirector file:chrome/content/
locale redirector en-US file:chrome/locale/en-US/
+locale redirector zh-CN file:chrome/locale/zh-CN/
skin redirector classic/1.0 file:chrome/skin/
-overlay chrome://browser/content/browser.xul chrome://redirector/content/ui/browserOverlay.xul \ No newline at end of file
+overlay chrome://browser/content/browser.xul chrome://redirector/content/ui/browserOverlay.xul
+
+#FF4 registration
+interfaces components/rdIMatchResult.xpt
+interfaces components/rdIRedirect.xpt
+interfaces components/rdIRedirector.xpt
+
+component {b7a7a54f-0581-47ff-b086-d6920cb7a3f7} components/redirector.component.js
+contract @einaregilsson.com/redirector;1 {b7a7a54f-0581-47ff-b086-d6920cb7a3f7}
+category profile-after-change Redirector @einaregilsson.com/redirector;1
+category content-policy Redirector @einaregilsson.com/redirector;1
+category net-channel-event-sinks Redirector @einaregilsson.com/redirector;1 \ No newline at end of file