config.xml 798 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <widget xmlns="http://www.w3.org/ns/widgets" height="200" id="http://countdownS40" version="1.0.0" viewmodes="windowed fullscreen" width="200">
  3. <name short="ExampleBasic">countdownS40</name>
  4. <description>
  5. An example Basic Series 40 web app runtime.
  6. </description>
  7. <!-- Note: Author href MUST BE Url encoded
  8. @see http://en.wikipedia.org/wiki/Percent-encoding -->
  9. <author email="john.doe@example.com" href="http://www.example.com">
  10. John Doe
  11. </author>
  12. <icon src="icon.png"/>
  13. <content src="index.html"/>
  14. <license>
  15. Copyright Foo Bar Corp, 2011.
  16. </license>
  17. <feature name="nokia://s40.nokia.com/SAWRT/1.0 " required="true" />
  18. </widget>