diff options
Diffstat (limited to 'data/extensions/jid1-KtlZuoiikVfFew@jetpack/install.rdf')
-rw-r--r-- | data/extensions/jid1-KtlZuoiikVfFew@jetpack/install.rdf | 50 |
1 files changed, 24 insertions, 26 deletions
diff --git a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/install.rdf b/data/extensions/jid1-KtlZuoiikVfFew@jetpack/install.rdf index ed51c28..812867c 100644 --- a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/install.rdf +++ b/data/extensions/jid1-KtlZuoiikVfFew@jetpack/install.rdf @@ -1,21 +1,27 @@ -<?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public - - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at http://mozilla.org/MPL/2.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:id>jid1-KtlZuoiikVfFew@jetpack</em:id> - <em:version>6.0.10.20150620</em:version> - <em:type>2</em:type> - <em:bootstrap>true</em:bootstrap> - <em:unpack>false</em:unpack> +<?xml version="1.0" encoding="utf-8"?> +<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>jid1-KtlZuoiikVfFew@jetpack</em:id> + <em:type>2</em:type> + <em:bootstrap>true</em:bootstrap> + <em:unpack>false</em:unpack> + <em:version>6.0.10</em:version> + <em:name>GNU LibreJS</em:name> + <em:description>GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel) + that prevents the execution of nonfree nontrivial JavaScript as described in "The Javascript Trap": http://www.gnu.org/philosophy/javascript-trap.html</em:description> + <em:creator>Loic J. Duros</em:creator> + <em:iconURL>data/widget/images/librejs-64.png</em:iconURL> + <em:homepageURL>https://gnu.org/software/librejs/</em:homepageURL> + <em:optionsURL>data:text/xml,<placeholder/></em:optionsURL> + <em:optionsType>2</em:optionsType> - <!-- Firefox --> - <em:targetApplication> - <Description> - <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - <em:minVersion>26.0</em:minVersion> - <em:maxVersion>39.0</em:maxVersion> - </Description> - </em:targetApplication> + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>38.0a1</em:minVersion> + <em:maxVersion>43.0</em:maxVersion> +</Description> +</em:targetApplication> <!-- Firefox Mobile for Android --> <em:targetApplication> @@ -26,14 +32,6 @@ </Description> </em:targetApplication> + </Description> - <!-- Front End MetaData --> - <em:name>GNU LibreJS</em:name> - <em:description>GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel) - that prevents the execution of nonfree nontrivial JavaScript as described in "The Javascript Trap": http://www.gnu.org/philosophy/javascript-trap.html</em:description> - <em:creator>Loic J. Duros</em:creator> - <em:homepageURL>gnu.org/software/librejs/</em:homepageURL> - <em:optionsType>2</em:optionsType> - - </Description> </RDF> |