-rw-r--r-- | install.rdf.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/install.rdf.in b/install.rdf.in new file mode 100644 index 0000000..73c9d37 --- a/dev/null +++ b/install.rdf.in | |||
@@ -0,0 +1,28 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | ||
4 | |||
5 | <Description about="urn:mozilla:install-manifest"> | ||
6 | |||
7 | <em:id>@MOZ_EXT_ID@</em:id> | ||
8 | <em:name>Fireflix</em:name> | ||
9 | <em:version>@VERSION@</em:version> | ||
10 | <em:description>Flickr management tool</em:description> | ||
11 | <em:creator>Klever Group; http://www.klever.net/</em:creator> | ||
12 | <em:homepageURL>http://kin.klever.net/</em:homepageURL> | ||
13 | <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> | ||
14 | <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> | ||
15 | <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> | ||
16 | |||
17 | <!-- Firefox --> | ||
18 | <em:targetApplication> | ||
19 | <Description> | ||
20 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | ||
21 | <em:minVersion>1.5</em:minVersion> | ||
22 | <em:maxVersion>1.5.0.7</em:maxVersion> | ||
23 | </Description> | ||
24 | </em:targetApplication> | ||
25 | |||
26 | </Description> | ||
27 | |||
28 | </RDF> | ||