-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
35 lines (35 loc) · 1.53 KB
/
install.rdf
File metadata and controls
35 lines (35 loc) · 1.53 KB
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:name>NDFD Weather</em:name>
<em:id>{7F45A316-44EE-56D8-B31E-5DBE70E54E51}</em:id>
<em:version>1.0</em:version>
<em:type>2</em:type>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0a1</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:description>Weather forecast provided by the National Digital Forecast Database.</em:description>
<em:homepageURL>https://realityripple.com/Software/Mozilla-Extensions/NDFD-Weather/</em:homepageURL>
<em:updateURL>https://realityripple.com/Software/Mozilla-Extensions/NDFD-Weather/update.rdf</em:updateURL>
<em:iconURL>chrome://ndfdweather/skin/logo.png</em:iconURL>
<em:icon64URL>chrome://ndfdweather/skin/logo64.png</em:icon64URL>
<em:optionsURL>chrome://ndfdweather/content/weatherOptions.xul</em:optionsURL>
<em:creator>RealityRipple</em:creator>
<em:contributor>Mel Reyes</em:contributor>
<em:contributor>Luke Fessler</em:contributor>
<em:contributor>Matt Moyer</em:contributor>
</Description>
</RDF>