diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
commit | 6e7918b6ccb69876d339a320091fdee811445395 (patch) | |
tree | 31cb88ee438d652fddefca1193f70289a8b3dcc8 /data/extensions/abouticecat@gnu.org/install.rdf | |
parent | 60e5b13c35d4d3ba21bb03b026750a0a414f6c77 (diff) |
Generalize data directory
Diffstat (limited to 'data/extensions/abouticecat@gnu.org/install.rdf')
-rw-r--r-- | data/extensions/abouticecat@gnu.org/install.rdf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/extensions/abouticecat@gnu.org/install.rdf b/data/extensions/abouticecat@gnu.org/install.rdf new file mode 100644 index 0000000..0f8065a --- /dev/null +++ b/data/extensions/abouticecat@gnu.org/install.rdf @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<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:name>IceCatHome</em:name> + <em:creator>Ruben Rodriguez</em:creator> + <em:id>abouticecat@gnu.org</em:id> + <em:version>1.0</em:version> + <em:updateURL>https://127.0.0.1/</em:updateURL> + <!-- <em:updateKey></em:updateKey> --> + <!-- firefox --> + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>30.0</em:minVersion> + <em:maxVersion>10000.0</em:maxVersion> + </Description> + </em:targetApplication> + </Description> +</RDF> |