summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gecko/chrome/content/simplyread.xul3
-rw-r--r--gecko/install.rdf2
2 files changed, 4 insertions, 1 deletions
diff --git a/gecko/chrome/content/simplyread.xul b/gecko/chrome/content/simplyread.xul
index f216c41..e9edffd 100644
--- a/gecko/chrome/content/simplyread.xul
+++ b/gecko/chrome/content/simplyread.xul
@@ -7,4 +7,7 @@
<statusbar id="status-bar">
<image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
</statusbar>
+ <statusbar id="addon-bar"><!-- gecko 2+ -->
+ <image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
+ </statusbar>
</overlay>
diff --git a/gecko/install.rdf b/gecko/install.rdf
index e9fe3fe..c0eee1f 100644
--- a/gecko/install.rdf
+++ b/gecko/install.rdf
@@ -14,7 +14,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
- <em:maxVersion>3.6.*</em:maxVersion>
+ <em:maxVersion>4.0.*</em:maxVersion>
</Description>
</em:targetApplication>