|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
|
|
|
|
<r:Description about="urn:mozilla:install-manifest">
|
|
|
|
<id>uMatrix@raymondhill.net</id>
|
|
|
|
<version>{version}</version>
|
|
|
|
<name>{name}</name>
|
|
|
|
<description>{description}</description>
|
|
|
|
<homepageURL>{homepage}</homepageURL>
|
|
|
|
<creator>{author}</creator>
|
|
|
|
<type>2</type>
|
|
|
|
<bootstrap>true</bootstrap>
|
|
|
|
<multiprocessCompatible>true</multiprocessCompatible>
|
|
|
|
<optionsType>2</optionsType>
|
|
|
|
{localized}
|
|
|
|
|
|
|
|
<!-- Firefox -->
|
|
|
|
<targetApplication>
|
|
|
|
<r:Description>
|
|
|
|
<id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
|
|
|
|
<minVersion>35.0</minVersion>
|
|
|
|
<maxVersion>41.0</maxVersion>
|
|
|
|
</r:Description>
|
|
|
|
</targetApplication>
|
|
|
|
</r:Description>
|
|
|
|
</r:RDF>
|