summaryrefslogtreecommitdiffabout
path: root/install.rdf.in
Unidiff
Diffstat (limited to 'install.rdf.in') (more/less context) (ignore whitespace changes)
-rw-r--r--install.rdf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.rdf.in b/install.rdf.in
index 9a00e0d..8ccdf34 100644
--- a/install.rdf.in
+++ b/install.rdf.in
@@ -4,24 +4,25 @@
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 17
17 <!-- Firefox --> 18 <!-- Firefox -->
18 <em:targetApplication> 19 <em:targetApplication>
19 <Description> 20 <Description>
20 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 21 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
21 <em:minVersion>1.5</em:minVersion> 22 <em:minVersion>1.5</em:minVersion>
22 <em:maxVersion>3.0.*</em:maxVersion> 23 <em:maxVersion>3.0.*</em:maxVersion>
23 </Description> 24 </Description>
24 </em:targetApplication> 25 </em:targetApplication>
25 26
26 </Description> 27 </Description>
27 28