ef1be7e853b4eee57fef0179d639cb54a187d189
[apps/web/sample/SystemInfo.git] / project / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget
3     xmlns="http://www.w3.org/ns/widgets"
4     xmlns:tizen="http://tizen.org/ns/widgets"
5     id="http://sample-web-application.tizen.org/SystemInfo"
6     version="2.2.0"
7     viewmodes="maximized">
8
9     <tizen:application
10         id="nGZWgKPPAa.Systeminfo"
11         package="nGZWgKPPAa"
12         required_version="2.2" />
13
14     <content src="index.html" />
15
16     <icon src="icon.png" />
17
18     <name>System Info</name>
19
20     <feature name="http://tizen.org/feature/screen.size.normal.720.1280" />
21
22 </widget>