[Release] wrt-installer_0.1.88
[framework/web/wrt-installer.git] / configuration / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="0.0.1" viewmodes="fullscreen">
3   <name>hello</name>
4   <icon src="icon.png" />
5
6   <!-- tizen application element -->
7   <tizen:application id="GfeI4eyhBG.1" package="GfeI4eyhBG" required_version="2.1"/>
8
9   <!-- tizen setting element -->
10   <tizen:setting screen-orientation="landscape" context-menu="disable" background-support="enable" encryption="enable" hwkey-event="enable"/>
11
12   <!-- tizen app-control element -->
13   <tizen:app-control>
14     <tizen:src name="index.html"/>
15     <tizen:operation name="http://tizen.org/appcontrol/operation/default"/>
16     <tizen:uri name="http"/>
17     <tizen:mime name="html"/>
18   </tizen:app-control>
19
20   <!-- tizen content-security-policy element -->
21   <tizen:content-security-policy>"img-src http://test.com 'unsafe-inline'; script-src 'unsafe-inline';"</tizen:content-security-policy>
22   <tizen:content-security-policy-report-only>img-src http://test.com 'unsafe-inline'; script-src 'unsafe-inline';</tizen:content-security-policy-report-only>
23
24   <!-- tizen allow-navigation element -->
25   <tizen:allow-navigation>test.com</tizen:allow-navigation>
26
27   <!-- tizen metadata -->
28   <tizen:metadata key="key_1" value="value_1"/>
29   <tizen:metadata key="key_2"/>
30
31   <tizen:app-widget id="jNZe0gZhHG.Dynmic.default" primary="true">
32     <tizen:box-label xml:lang="en">WEB DYNAMICBOX</tizen:box-label>
33     <tizen:box-label xml:lang="ef">WEB DYNAMICBOX</tizen:box-label>
34     <tizen:box-label xml:lang="tc">WEB DYNAMICBOX</tizen:box-label>
35     <tizen:box-icon src="icon.png"/>
36     <tizen:box-content src="box/index.html">
37       <tizen:box-size>1x1</tizen:box-size>
38       <tizen:box-size>2x1</tizen:box-size>
39       <tizen:box-size>2x2</tizen:box-size>
40       <tizen:pd src="pd/index.html" width="720" height="200"/>
41    </tizen:box-content>
42  </tizen:app-widget>
43
44   <!-- splash screen -->
45   <tizen:splash src="splash.jpg" />
46 </widget>