-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
23 lines (23 loc) · 1.09 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
<?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>NowWeather</em:name>
<em:id>{854AD0C3-C26C-52D1-87A6-BE2803842834}</em:id>
<em:version>33.0</em:version>
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>33.0</em:minVersion>
<em:maxVersion>33.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:description>Current weather provided by the National Digital Forecast Database.</em:description>
<em:homepageURL>https://realityripple.com/Software/XUL/NowWeather/</em:homepageURL>
<em:updateURL>https://realityripple.com/Software/XUL/NowWeather/update.rdf</em:updateURL>
<em:iconURL>chrome://nowweather/skin/logo.png</em:iconURL>
<em:icon64URL>chrome://nowweather/skin/logo64.png</em:icon64URL>
<em:optionsURL>chrome://nowweather/content/options.xul</em:optionsURL>
<em:creator>RealityRipple</em:creator>
</Description>
</RDF>