This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
install.rdf
42 lines (42 loc) · 2.2 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
<?xml version="1.0"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="[email protected]"
em:name="Password Hasher"
em:version="1.1.7"
em:creator="Steve Cooper"
em:description="Better security without bursting your brain"
em:homepageURL="http://wijjo.com/passhash/"
em:updateURL="http://wijjo.com/passhash/update.rdf"
em:iconURL="chrome://passhash/skin/logo.png"
em:optionsURL="chrome://passhash/content/passhash-options.xul"
em:aboutURL="chrome://passhash/content/passhash-about.xul"
em:contributor="Based on concept and code from http://hashapass.com/."
em:updateKey="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDKQkKxVJ9S1kVms5ETSUFc5gOuIxQb4pvBlprslITTjKmtfyC0JjaPjc1S49PFDR4MRHZ1p7tWJJps+naO8SdXEqRUdpvroeg0aXE+HwfEfdeBWHQAMGPZeEU/wv526V6V+pqUV1Tb9fDKQ2QqzQBIy6Yuf0uehLQ10eJWiiUiQIDAQAB">
<em:targetApplication RDF:resource="rdf:#$pu7fu"/>
<em:unpack>true</em:unpack>
<em:localized>
<Description>
<em:locale>en-EN</em:locale>
<em:name>Password Hasher</em:name>
<em:description>Better security without bursting your brain</em:description>
</Description>
<Description>
<em:locale>de-DE</em:locale>
<em:name>Password Hasher</em:name>
<em:description>Bessere Sicherheit, ohne Ihr Gedächtnis zu überfordern</em:description>
</Description>
<Description>
<em:locale>it-IT</em:locale>
<em:name>Password Hasher</em:name>
<em:description>Aumenta facilmente la sicurezza delle tue password</em:description>
</Description>
</em:localized>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$pu7fu"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="1.5"
em:maxVersion="9.*" />
</RDF:RDF>