diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-23 19:36:32 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-10-22 21:34:56 -0400 |
commit | 16903513a8ea4241cfe084ab9a07fe2285a2f525 (patch) | |
tree | 0fad6951679d6d58d76ba26f5ccaeadbaefffe96 /install.rdf | |
parent | e69daa447d3dcb76dce669293f1d468606b88bf6 (diff) | |
download | librejsxul-16903513a8ea4241cfe084ab9a07fe2285a2f525.tar.lz librejsxul-16903513a8ea4241cfe084ab9a07fe2285a2f525.tar.xz librejsxul-16903513a8ea4241cfe084ab9a07fe2285a2f525.zip |
random jpm stuff
* removed addon-sdk git submodule
Diffstat (limited to 'install.rdf')
-rw-r--r-- | install.rdf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/install.rdf b/install.rdf new file mode 100644 index 0000000..c34883b --- /dev/null +++ b/install.rdf @@ -0,0 +1,29 @@ +<?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.10rc20150620</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-32.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> + + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>38.0a1</em:minVersion> + <em:maxVersion>39.0</em:maxVersion> +</Description> +</em:targetApplication> + + + </Description> + +</RDF> |