diff options
author | Nick White <git@njw.me.uk> | 2011-12-11 17:21:52 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-12-11 17:21:52 +0000 |
commit | 0cdd86692a1cb946a13833f38f13c004ade76350 (patch) | |
tree | 8c26eac20cbe146decaddf23b9ffe6bbccb9eb92 /gecko | |
parent | 6e8f0bb8755fbf607efb56e1d02c09c8700b149e (diff) |
Mark as compatible with firefox 10.*
Diffstat (limited to 'gecko')
-rw-r--r-- | gecko/install.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gecko/install.ttl b/gecko/install.ttl index dc1f05c..76afcfc 100644 --- a/gecko/install.ttl +++ b/gecko/install.ttl @@ -8,7 +8,7 @@ em:targetApplication [ em:id "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"; em:minVersion "3.0"; - em:maxVersion "9.*" + em:maxVersion "10.*" ] ; em:name "SimplyRead"; em:description "Removes distractions from webpages. Press Ctrl-Alt-r or press the 'sr' button in the addons bar to toggle SimplyRead."; |