install.rdf 1008 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0"?>
  2. <RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
  3. xmlns:NC="http://home.netscape.com/NC-rdf#"
  4. xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  5. <Description about="urn:mozilla:install-manifest">
  6. <em:id>$THEME_ID</em:id>
  7. <em:internalName>gnomerunner/1.0</em:internalName>
  8. <em:skinnable>true</em:skinnable>
  9. <em:type>4</em:type>
  10. <em:strictCompatibility>false</em:strictCompatibility>
  11. <em:name>GNOMErunner</em:name>
  12. <em:description>Uses gtk+-stock items and icons from the updated GNOME iconset.</em:description>
  13. <em:version>$VERSION</em:version>
  14. <em:creator>Exalm</em:creator>
  15. <em:targetApplication>
  16. <Description>
  17. <em:id>$SM_ID</em:id>
  18. <em:minVersion>$SM_MIN_VERSION</em:minVersion>
  19. <em:maxVersion>$SM_MAX_VERSION</em:maxVersion>
  20. </Description>
  21. </em:targetApplication>
  22. </Description>
  23. </RDF:RDF>