-
Notifications
You must be signed in to change notification settings - Fork 56
/
install.rdf
executable file
·55 lines (53 loc) · 2.76 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
44
45
46
47
48
49
50
51
52
53
54
55
<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>[email protected]</em:id>
<em:type>2</em:type> <!-- type of the addon, 2 means the extension -->
<em:version>2.3.0</em:version>
<em:name>KeySnail</em:name>
<em:creator>mooz</em:creator>
<em:developer>mooz</em:developer>
<em:contributor>958</em:contributor>
<em:contributor>Florent Le Coz</em:contributor>
<em:contributor>SHIMODA Hiroshi</em:contributor>
<em:contributor>hogelog</em:contributor>
<em:contributor>tomykaira</em:contributor>
<em:contributor>usk</em:contributor>
<em:contributor>Yuki Ibe</em:contributor>
<em:contributor>Makoto Nakashima</em:contributor>
<em:contributor>gifnksm</em:contributor>
<em:homepageURL>https://wiki.github.com/mooz/keysnail/</em:homepageURL>
<em:optionsURL>chrome://keysnail/content/preference.xul</em:optionsURL>
<em:iconURL>chrome://keysnail/skin/icon.png</em:iconURL>
<em:updateURL>https://github.com/mooz/keysnail/raw/master/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGO9hYnSCroKCLRqGbV1czqWsQfZBsuU3EjnvumarZYQ4YE5tp3RCSploa6+qs4GLL7/aqtDnasWlM+cECJDh2XdrhHjm+vxc4X38Ym7BRL1x/Np0ujQ7o0F6hdD9CGPFdOvYMgqszO8GxJg8eshaTy1nr8fStUF9HwVXRfYqT1QIDAQAB</em:updateKey>
<em:unpack>true</em:unpack>
<!-- en-US -->
<em:description>Bind functions to key sequences</em:description>
<!-- ja -->
<em:localized>
<Description>
<em:locale>ja</em:locale>
<em:name>KeySnail</em:name>
<em:creator>mooz</em:creator>
<em:contributor>958</em:contributor>
<em:contributor>Florent Le Coz</em:contributor>
<em:contributor>SHIMODA Hiroshi</em:contributor>
<em:contributor>hogelog</em:contributor>
<em:contributor>tomykaira</em:contributor>
<em:contributor>usk</em:contributor>
<em:contributor>Yuki Ibe</em:contributor>
<em:description>JavaScript の関数をキーシーケンスに割り当て</em:description>
<em:homepageURL>https://wiki.github.com/mooz/keysnail/keysnail-japanese</em:homepageURL>
</Description>
</em:localized>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>34.*</em:minVersion>
<em:maxVersion>41.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>