mirror of
https://github.com/tlsnotary/PageSigner.git
synced 2026-01-08 22:27:57 -05:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?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:id>pagesigner@tlsnotary</em:id>
|
|
<em:version>1.0</em:version>
|
|
<em:type>2</em:type>
|
|
<em:bootstrap>true</em:bootstrap>
|
|
<em:unpack>true</em:unpack>
|
|
|
|
<!-- Target Application this extension can install into,
|
|
with minimum and maximum supported versions. -->
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<em:minVersion>36.0</em:minVersion>
|
|
<em:maxVersion>40.0</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>PageSigner</em:name>
|
|
<em:description>PageSigner - a cryptographically secure webpage screenshot tool</em:description>
|
|
<em:creator>TLSNotary Group</em:creator>
|
|
<em:homepageURL>https://tlsnotary.org</em:homepageURL>
|
|
<em:optionsURL>chrome://pagesigner/content/firefox/settings.xul</em:optionsURL>
|
|
<em:icon64URL>icon.png</em:icon64URL>
|
|
<em:optionsType>2</em:optionsType>
|
|
</Description>
|
|
</RDF>
|