summaryrefslogtreecommitdiffabout
path: root/install.rdf.in
blob: a1cf12befddf43fb88c5feed9c96e1fca49b5a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
 xmlns:em="http://www.mozilla.org/2004/em-rdf#">

 <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>7.0</em:maxVersion>
   </Description>
  </em:targetApplication>

 </Description>

</RDF>