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