diff options
author | Jan Seeger <jan.seeger@thenybble.de> | 2015-10-03 14:24:00 +0200 |
---|---|---|
committer | Jan Seeger <jan.seeger@thenybble.de> | 2015-10-03 14:24:00 +0200 |
commit | 95037276c89a2ecae4af67e0b8dac24a0bf84680 (patch) | |
tree | e9249cc38118cc4f4bd2c1acb3e1689b8190a700 /platform | |
parent | ae47c5d4daecafe6751adf9e25bce182cbf0de26 (diff) | |
download | uBlock-95037276c89a2ecae4af67e0b8dac24a0bf84680.zip uBlock-95037276c89a2ecae4af67e0b8dac24a0bf84680.tar.gz uBlock-95037276c89a2ecae4af67e0b8dac24a0bf84680.tar.bz2 |
Added Conkeror to the list of supported platforms.
uBlock Origins runs well in Conkeror, an emacs-inspired browser. This
patch makes it possible to install the plugin directly, without having
to modify the install.rdf file.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/firefox/install.rdf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/firefox/install.rdf b/platform/firefox/install.rdf index 42ec05a..e63f4c4 100644 --- a/platform/firefox/install.rdf +++ b/platform/firefox/install.rdf @@ -50,5 +50,14 @@ <maxVersion>26.*</maxVersion> </r:Description> </targetApplication> + + <!-- Conkeror --> + <targetApplication> + <Description> + <id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</id> + <minVersion>0.1</minVersion> + <maxVersion>9.9</maxVersion> + </Description> + </targetApplication> </r:Description> </r:RDF> |