PageRenderTime 53ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/src/install.rdf

http://ff-html5notifications.googlecode.com/
Unknown | 42 lines | 37 code | 5 blank | 0 comment | 0 complexity | 78c4091a5627b3ffdd8d8195c4199115 MD5 | raw file
  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3. xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4. <Description about="urn:mozilla:install-manifest">
  5. <em:id>html5notifications@paxal.net</em:id>
  6. <em:version>1.1.0b1</em:version>
  7. <em:type>2</em:type>
  8. <em:bootstrap>true</em:bootstrap>
  9. <em:unpack>true</em:unpack>
  10. <!-- SeaMonkey -->
  11. <em:targetApplication>
  12. <Description>
  13. <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
  14. <em:minVersion>2.5</em:minVersion>
  15. <em:maxVersion>2.7</em:maxVersion>
  16. </Description>
  17. </em:targetApplication>
  18. <!-- Firefox -->
  19. <em:targetApplication>
  20. <Description>
  21. <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  22. <em:minVersion>8.0</em:minVersion>
  23. <em:maxVersion>13.0a1</em:maxVersion>
  24. </Description>
  25. </em:targetApplication>
  26. <em:name>HTML5 Notifications</em:name>
  27. <em:description>Bring HTML5 Notifications to Firefox !</em:description>
  28. <em:creator>Cyril Pascal</em:creator>
  29. <em:translator>Enrico Lamperti (es-ES)</em:translator>
  30. <em:translator>Alexander Moisseev (ru-RU)</em:translator>
  31. <em:translator>Mikael Hiort af Ornäs (sv-SE)</em:translator>
  32. <em:translator>Martin Stružský (cs-CZ)</em:translator>
  33. <em:iconURL>chrome://html5notifications/content/icons/logo-48.png</em:iconURL>
  34. <em:optionsURL>chrome://html5notifications/content/settings/settings.xul</em:optionsURL>
  35. <em:homepageURL>http://code.google.com/p/ff-html5notifications/</em:homepageURL>
  36. </Description>
  37. </RDF>