confix.xml: default config added for tizen basic applications
[platform/framework/web/web-ui-fw.git] / src / template / tizen / config.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <widget xmlns="http://www.w3.org/ns/widgets"
4         xmlns:tizen="http://tizen.org/ns/widgets"
5         version="0.1"
6         id="http://www.samsung.com/app/templateID"
7         viewmodes="fullscreen">
8     <!-- automatically generated name -->
9     <name>@APP_NAME@</name>
10
11     <!-- icon resource -->
12     <icon src="icon.png"/>
13
14     <!-- Permission : feature to access -->
15     <!-- modify here and remove comments
16     <feature name="http://waclists.org/api/deviceapis" required="false"/>
17     <feature name="http://wacapps.net/api/accelerometer" required="true" />
18     -->
19         <feature name="http://tizen.org/privilege/tizen" required="true"/>
20         <feature name="http://tizen.org/privilege/application.read" required="true"/>
21
22     <!-- access remote web resource -->
23     <!-- modify here and remove comments
24     <access origin="http://www.samsung.com" subdomain=true />
25     -->
26     <access origin="*"/>
27
28 </widget>