-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathinstall.rdf
43 lines (38 loc) · 2.14 KB
/
install.rdf
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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.5.2</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>
<multiprocessCompatible>true</multiprocessCompatible>
<targetApplication>
<r:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>42.0</minVersion>
<maxVersion>51.0a1</maxVersion>
</r:Description>
</targetApplication>
<localized>
<r:Description>
<locale>de-DE</locale>
<name>SSleuth</name>
<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>
</r:Description>
</localized>
<localized>
<r:Description>
<locale>pl-PL</locale>
<name>SSleuth</name>
<description>Jak silne jest Twoje połączenie HTTPS? SSleuth ocenia nawiązane połączenie SSL/TLS i dostarcza krótkie podsumowanie parametrów SSL/TLS. Pozwala użytkownikom poprawić status zestawów szyfrów.</description>
</r:Description>
</localized>
</r:Description>
</r:RDF>