author | Michael Krelin <hacker@klever.net> | 2008-06-28 20:32:41 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-06-28 20:32:41 (UTC) |
commit | 67d1afa3006aa8b9956fa955322ace45a8f8e56e (patch) (side-by-side diff) | |
tree | aca587148f6500033109e203842342bea09957a4 /install.rdf.in | |
parent | 2006dedac467448e2f58964244d26d0c22129a83 (diff) | |
download | fireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.zip fireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.tar.gz fireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.tar.bz2 |
provisions for signing
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | install.rdf.in | 1 |
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 @@ <Description about="urn:mozilla:install-manifest"> <em:id>@MOZ_EXT_ID@</em:id> <em:name>Fireflix</em:name> <em:version>@VERSION@</em:version> <em:description>Sidebar flickr management tool</em:description> <em:creator>Klever Group; http://www.klever.net/</em:creator> <em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL> <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> + <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc/WnetE1dTmWKY+KzphLYfqrjOc88fK7FaGSnHbwa4lpvt3gt6W0GwiCjUATvXu9zWoDU60VKPVhN0ohIOAnUuvtqSTfxjDBwDcsRXjg7fg4nofmA2mTeZtULYMymSCYZB+w6krmlOpEBpWZl14yf5Jc93Lc3gCZPDvH0xXZl9QIDAQAB</em:updateKey> <!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> <em:maxVersion>3.0.*</em:maxVersion> </Description> </em:targetApplication> </Description> |