-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
17 lines (17 loc) · 1.05 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/test" version="0.2.1" height="720" width="1280" viewmodes="fullscreen">
<access origin="*" subdomains="true"></access>
<tizen:allow-navigation></tizen:allow-navigation>
<tizen:application id="GbQ1mLoJZJ.test" package="GbQ1mLoJZJ" required_version="2.3"/>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
<icon src="icon.png"/>
<name>tizen-player</name>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:privilege name="http://tizen.org/privilege/XMLHttpRequest"/>
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice"/>
<tizen:privilege name="http://developer.samsung.com/privilege/productinfo"/>
<tizen:privilege name="http://developer.samsung.com/privilege/network.public"/>
<tizen:privilege name="http://developer.samsung.com/privilege/avplay"/>
<tizen:profile name="tv"/>
</widget>