diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-09-13 20:39:48 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-09-13 21:02:13 -0400 |
commit | d26b319fd6f98517cc3421f10bf18698b953e4d2 (patch) | |
tree | bc70c4e472a2eaf514d411dba5067d530e5bbea9 /data/extensions/abouticecat@gnu.org/install.rdf | |
parent | c3b304c51a3386ea09527a479a883253ea35243a (diff) |
Updated extensions list for v60
Diffstat (limited to 'data/extensions/abouticecat@gnu.org/install.rdf')
-rw-r--r-- | data/extensions/abouticecat@gnu.org/install.rdf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/extensions/abouticecat@gnu.org/install.rdf b/data/extensions/abouticecat@gnu.org/install.rdf deleted file mode 100644 index f315dd2..0000000 --- a/data/extensions/abouticecat@gnu.org/install.rdf +++ /dev/null @@ -1,23 +0,0 @@ -<?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:description>Custom about:home page with privacy feature selector</em:description> - <em:updateURL>https://127.0.0.1/</em:updateURL> - <em:multiprocessCompatible>true</em:multiprocessCompatible> -<!-- <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> |