-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.rdf
35 lines (34 loc) · 1.5 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
<?xml version='1.0' encoding='utf-8'?>
<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>{EF2A2798-7A5E-11EC-A604-DF17787BF106}</em:id>
<em:iconURL>chrome://hackbar/skin/addon-icon/icon-64.png</em:iconURL>
<em:version>1.1.2</em:version>
<em:type>2</em:type>
<em:name>Neo Hackbar</em:name>
<em:description>Hackbar modified by Jalkhov. Credits to Johan Adriaans and Pedro Laguna (The coder's of the original Hackbar) also t.pro and Renegade18 for further modifications
</em:description>
<em:creator>Jalkhov <[email protected]></em:creator>
<em:homepageURL>https://github.com/Jalkhov/neo-hackbar/</em:homepageURL>
<em:contributor>t.pro</em:contributor>
<em:contributor>Renegade18</em:contributor>
<em:contributor>Johan Adriaans</em:contributor>
<em:contributor>Pedro Laguna</em:contributor>
<!--PALE MOON-->
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>28.*</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- BASILISK -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>52.0a1</em:minVersion>
<em:maxVersion>55.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>