-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
25 lines (25 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
<?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:name>GeoFlag</em:name>
<em:id>{76843B06-C8C5-5088-90C5-679EA2F00123}</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>Displays a flag depicting the location of the current server</em:description>
<em:optionsURL>chrome://geoflag/content/options.xul</em:optionsURL>
<em:homepageURL>https://realityripple.com/Software/XUL/GeoFlag/</em:homepageURL>
<em:updateURL>https://realityripple.com/Software/XUL/GeoFlag/update.rdf</em:updateURL>
<em:iconURL>chrome://geoflag/skin/logo.png</em:iconURL>
<em:icon64URL>chrome://geoflag/skin/logo64.png</em:icon64URL>
<em:creator>RealityRipple</em:creator>
<em:developer>David Garrett</em:developer>
<em:developer>Joseph Birr-Pixton</em:developer>
</Description>
</RDF>