forked from sibiantony/ssleuth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
26 lines (24 loc) · 1.01 KB
/
Copy pathinstall.rdf
File metadata and controls
26 lines (24 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<r:RDF xmlns="http://www.mozilla.org/2004/em-rdf#"
xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<r:Description about="urn:mozilla:install-manifest">
<creator>Sibi Antony</creator>
<description>How strong is your HTTPS connection? SSleuth ranks an established SSL/TLS connection and provides a brief summary of the SSL/TLS parameters. Lets users tweak cipher suites status.</description>
<homepageURL>https://github.com/sibiantony/ssleuth/</homepageURL>
<id>ssleuth@github</id>
<name>SSleuth</name>
<version>0.3.5</version>
<iconURL>chrome://ssleuth/skin/ssleuth-icon.png</iconURL>
<optionsURL>chrome://ssleuth/content/preferences.xul</optionsURL>
<optionsType>3</optionsType>
<bootstrap>true</bootstrap>
<type>2</type>
<targetApplication>
<r:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>25.0</minVersion>
<maxVersion>36.0a1</maxVersion>
</r:Description>
</targetApplication>
</r:Description>
</r:RDF>