You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
8 years ago
|
<?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>uMatrix-webext@raymondhill.net</em:id>
|
||
|
<em:version>{version}</em:version>
|
||
|
<em:name>{name}</em:name>
|
||
|
<em:description>{description}</em:description>
|
||
|
<em:homepageURL>https://github.com/gorhill/uMatrix</em:homepageURL>
|
||
|
<em:creator>{author}</em:creator>
|
||
|
<em:developer>Deathamns</em:developer>
|
||
|
<em:developer>Alex Vallat</em:developer>
|
||
|
<em:type>2</em:type>
|
||
|
<em:bootstrap>true</em:bootstrap>
|
||
|
<em:multiprocessCompatible>true</em:multiprocessCompatible>
|
||
|
<em:hasEmbeddedWebExtension>true</em:hasEmbeddedWebExtension>
|
||
|
{localized}
|
||
|
|
||
|
<!-- Firefox -->
|
||
|
<em:targetApplication>
|
||
|
<Description>
|
||
|
<em:id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</em:id>
|
||
|
<em:minVersion>53.0a1</em:minVersion>
|
||
|
<em:maxVersion>*</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
|
||
|
</Description>
|
||
|
</RDF>
|