diff options
Diffstat (limited to 'xul-ext/install.rdf')
-rw-r--r-- | xul-ext/install.rdf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/xul-ext/install.rdf b/xul-ext/install.rdf new file mode 100644 index 0000000..d804731 --- /dev/null +++ b/xul-ext/install.rdf @@ -0,0 +1,42 @@ +<?xml version="1.0"?> + +<!-- +IceVault - An external password manager for firefox (XUL extension) +Copyright © 2015 Guilhem Moulin <guilhem@fripost.org> + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +--> + +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> + + <Description about="urn:mozilla:install-manifest"> + <em:id>icevault@guilhem.org</em:id> + <em:name>IceVault</em:name> + <em:description>A secure external password manager</em:description> + <em:version>0.1</em:version> + <em:creator>Guilhem Moulin</em:creator> + <em:homepageURL>https://guilhem.org/icevault/</em:homepageURL> + <em:type>2</em:type> + + <!-- Mozilla Firefox --> + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>3.5</em:minVersion> + <em:maxVersion>26.*</em:maxVersion> + </Description> + </em:targetApplication> + </Description> +</RDF> |