config.xml 1018 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <widget xmlns="http://www.w3.org/ns/widgets" height="200" id="http://MovieReviews" version="1.0" viewmodes="windowed fullscreen" width="200">
  3. <name short="MovieReviews">MovieReviews</name>
  4. <description>
  5. MovieReviews is an application which features latest movies, shows details (release date, cast, synopsis) and reviews for the selected movies. The application also allows the users to search for other movies from the rotten tomatoes movie database.
  6. </description>
  7. <!-- Note: Author href MUST BE Url encoded
  8. @see http://en.wikipedia.org/wiki/Percent-encoding -->
  9. <author email="avnee.nathani@gmail.com" href="http://www.avnee.wordpress.com">
  10. Avnee Nathani
  11. </author>
  12. <icon src="icon.png"/>
  13. <content src="index.html"/>
  14. <license>
  15. Copyright Avnee Nathani, 2013.
  16. </license>
  17. <feature name="nokia://s40.nokia.com/SAWRT/2.0" required="true" />
  18. </widget>