manifest.xml 334 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>MyFavicon</name>
  4. <author>Peter J. W.</author>
  5. <version>1.8-0.9</version>
  6. <description>Replacing the favicon</description>
  7. <requires>
  8. <type>elgg_release</type>
  9. <version>1.8</version>
  10. </requires>
  11. </plugin_manifest>