summaryrefslogtreecommitdiff
path: root/config.xml
blob: b905aa4ddb4b9e779b386fba4ab8a99d9f32293c (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://sample-web-application.tizen.org/piano" version="2.2.0" viewmodes="fullscreen">
	<tizen:application id="YBsua5GDkL.Piano" package="YBsua5GDkL" required_version="2.2"/>
	<content src="index.html"/>
	<icon src="icon.png"/>
	<name>Piano</name>
	<feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
	<tizen:setting screen-orientation="landscape" context-menu="disable" background-support="disable" encryption="disable" install-location="auto"/>
</widget>