-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
33 lines (27 loc) · 1.13 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
<?xml version="1.0"?>
<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>{8585C31E-1E94-4498-ACEC-CB913A05FC52}</em:id>
<em:name>eQuake</em:name>
<em:version>2.0</em:version>
<em:description>eQuake Alert!!!</em:description>
<em:creator>Priyadarsan</em:creator>
<em:homepageURL>http://www.freebookzone.com</em:homepageURL>
<em:optionsURL>chrome://equake/content/options.xul</em:optionsURL>
<em:aboutURL>chrome://equake/content/about.xul</em:aboutURL>
<em:type>2</em:type><!-- type=extension -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>2.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:file>
<Description about="urn:mozilla:extension:file:equake.jar">
<em:package>content/</em:package>
</Description>
</em:file>
</Description>
</RDF>