aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-05-02 17:14:39 -0500
committerJesús <heckyel@hyperbola.info>2020-05-02 17:14:39 -0500
commit647f758beebb00e60008ccfaa6cc4133c50b03ef (patch)
tree42df51f658357f01eaf15d8ff8b93d0a8cbaeae9
parent41452ddd1924b01b4a2f859e5e317d22beef92dc (diff)
downloadematrix-647f758beebb00e60008ccfaa6cc4133c50b03ef.tar.lz
ematrix-647f758beebb00e60008ccfaa6cc4133c50b03ef.tar.xz
ematrix-647f758beebb00e60008ccfaa6cc4133c50b03ef.zip
Add support for Iceape-UXP
-rw-r--r--install.rdf9
-rw-r--r--lib/FrameModule.jsm3
2 files changed, 11 insertions, 1 deletions
diff --git a/install.rdf b/install.rdf
index 2004a59..a7d5542 100644
--- a/install.rdf
+++ b/install.rdf
@@ -349,5 +349,14 @@
<maxVersion>28.*</maxVersion>
</r:Description>
</targetApplication>
+
+ <!-- Iceape-UXP -->
+ <targetApplication>
+ <r:Description>
+ <id>{9184b6fe-4a5c-484d-8b4b-efbfccbfb514}</id>
+ <minVersion>52.0</minVersion>
+ <maxVersion>52.*</maxVersion>
+ </r:Description>
+ </targetApplication>
</r:Description>
</r:RDF>
diff --git a/lib/FrameModule.jsm b/lib/FrameModule.jsm
index 22d0917..543013c 100644
--- a/lib/FrameModule.jsm
+++ b/lib/FrameModule.jsm
@@ -69,7 +69,8 @@ var contentObserver = {
uniqueSandboxId: 1,
modernFirefox:
(Services.appinfo.ID === '{ec8030f7-c20a-464f-9b0e-13a3a9e97384}'
- || Services.appinfo.ID === '{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}')
+ || Services.appinfo.ID === '{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}'
+ || Services.appinfo.ID === '{9184b6fe-4a5c-484d-8b4b-efbfccbfb514}')
&& Services.vc.compare(Services.appinfo.version, '44') > 0,
get componentRegistrar() {