author | Michael Krelin <hacker@klever.net> | 2011-08-27 19:04:39 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-08-27 19:04:39 (UTC) |
commit | 5d85cdc10a4affbebc8a06d655f820239ececf37 (patch) (unidiff) | |
tree | 12347be6301208595d64ca04c09ed6ea5a8938df | |
parent | 17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9 (diff) | |
download | fireflix-5d85cdc10a4affbebc8a06d655f820239ececf37.zip fireflix-5d85cdc10a4affbebc8a06d655f820239ececf37.tar.gz fireflix-5d85cdc10a4affbebc8a06d655f820239ececf37.tar.bz2 |
Bumped FF version
Signed-off-by: Michael Krelin <hacker@klever.net>
-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 71e6fed..a1cf12b 100644 --- a/install.rdf.in +++ b/install.rdf.in | |||
@@ -1,29 +1,29 @@ | |||
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 | <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc/WnetE1dTmWKY+KzphLYfqrjOc88fK7FaGSnHbwa4lpvt3gt6W0GwiCjUATvXu9zWoDU60VKPVhN0ohIOAnUuvtqSTfxjDBwDcsRXjg7fg4nofmA2mTeZtULYMymSCYZB+w6krmlOpEBpWZl14yf5Jc93Lc3gCZPDvH0xXZl9QIDAQAB</em:updateKey> | 16 | <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc/WnetE1dTmWKY+KzphLYfqrjOc88fK7FaGSnHbwa4lpvt3gt6W0GwiCjUATvXu9zWoDU60VKPVhN0ohIOAnUuvtqSTfxjDBwDcsRXjg7fg4nofmA2mTeZtULYMymSCYZB+w6krmlOpEBpWZl14yf5Jc93Lc3gCZPDvH0xXZl9QIDAQAB</em:updateKey> |
17 | 17 | ||
18 | <!-- Firefox --> | 18 | <!-- Firefox --> |
19 | <em:targetApplication> | 19 | <em:targetApplication> |
20 | <Description> | 20 | <Description> |
21 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 21 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
22 | <em:minVersion>1.5</em:minVersion> | 22 | <em:minVersion>1.5</em:minVersion> |
23 | <em:maxVersion>3.5.*</em:maxVersion> | 23 | <em:maxVersion>7.0</em:maxVersion> |
24 | </Description> | 24 | </Description> |
25 | </em:targetApplication> | 25 | </em:targetApplication> |
26 | 26 | ||
27 | </Description> | 27 | </Description> |
28 | 28 | ||
29 | </RDF> | 29 | </RDF> |