-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
25 lines (18 loc) · 1018 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" height="200" id="http://MovieReviews" version="1.0" viewmodes="windowed fullscreen" width="200">
<name short="MovieReviews">MovieReviews</name>
<description>
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.
</description>
<!-- Note: Author href MUST BE Url encoded
@see http://en.wikipedia.org/wiki/Percent-encoding -->
<author email="avnee.nathani@gmail.com" href="http://www.avnee.wordpress.com">
Avnee Nathani
</author>
<icon src="icon.png"/>
<content src="index.html"/>
<license>
Copyright Avnee Nathani, 2013.
</license>
<feature name="nokia://s40.nokia.com/SAWRT/2.0" required="true" />
</widget>