author | hacker <hacker@fe716a7a-6dde-0310-88d9-d003556173a8> | 2008-06-19 22:14:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-06-22 22:08:43 (UTC) |
commit | 2006dedac467448e2f58964244d26d0c22129a83 (patch) (unidiff) | |
tree | 08510893df5ed0d1946ca4ab4431261a2a6de971 /install.rdf.in | |
parent | 48ce1fa6ea531652df75eb6a8748feff290443bb (diff) | |
download | fireflix-2006dedac467448e2f58964244d26d0c22129a83.zip fireflix-2006dedac467448e2f58964244d26d0c22129a83.tar.gz fireflix-2006dedac467448e2f58964244d26d0c22129a83.tar.bz2 |
0.0.6.2 - firefox compatibility release0.0.6.2
git-svn-id: file:///home/hacker/svns/kin/fireflix/trunk@310 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | install.rdf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rdf.in b/install.rdf.in index e069fcd..9a00e0d 100644 --- a/install.rdf.in +++ b/install.rdf.in | |||
@@ -1,28 +1,28 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | 2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | 3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
4 | 4 | ||
5 | <Description about="urn:mozilla:install-manifest"> | 5 | <Description about="urn:mozilla:install-manifest"> |
6 | 6 | ||
7 | <em:id>@MOZ_EXT_ID@</em:id> | 7 | <em:id>@MOZ_EXT_ID@</em:id> |
8 | <em:name>Fireflix</em:name> | 8 | <em:name>Fireflix</em:name> |
9 | <em:version>@VERSION@</em:version> | 9 | <em:version>@VERSION@</em:version> |
10 | <em:description>Sidebar flickr management tool</em:description> | 10 | <em:description>Sidebar flickr management tool</em:description> |
11 | <em:creator>Klever Group; http://www.klever.net/</em:creator> | 11 | <em:creator>Klever Group; http://www.klever.net/</em:creator> |
12 | <em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL> | 12 | <em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL> |
13 | <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> | 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> | 14 | <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> |
15 | <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> | 15 | <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> |
16 | 16 | ||
17 | <!-- Firefox --> | 17 | <!-- Firefox --> |
18 | <em:targetApplication> | 18 | <em:targetApplication> |
19 | <Description> | 19 | <Description> |
20 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 20 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
21 | <em:minVersion>1.5</em:minVersion> | 21 | <em:minVersion>1.5</em:minVersion> |
22 | <em:maxVersion>2.0.0.*</em:maxVersion> | 22 | <em:maxVersion>3.0.*</em:maxVersion> |
23 | </Description> | 23 | </Description> |
24 | </em:targetApplication> | 24 | </em:targetApplication> |
25 | 25 | ||
26 | </Description> | 26 | </Description> |
27 | 27 | ||
28 | </RDF> | 28 | </RDF> |