-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.xml
17 lines (17 loc) · 1.01 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" standalone="no"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" height="1080" id="https://github.com/SamsungDForum/NativePlayer" version="1.0.0" viewmodes="maximized" width="1920">
<access origin="*" subdomains="true"/>
<tizen:application id="CX14UW0j9o.STAVPlay" package="CX14UW0j9o" required_version="2.3"/>
<content src="index.html"/>
<tizen:content-security-policy>*</tizen:content-security-policy>
<description>SmartThings live streaming player</description>
<feature name="http://tizen.org/feature/screen.size.all"/>
<icon src="icon.png"/>
<tizen:metadata key="http://samsung.com/tv/metadata/voice.support" value="false"/>
<tizen:metadata key="http://samsung.com/tv/metadata/multiscreen.support" value="true"/>
<tizen:metadata key="http://samsung.com/tv/metadata/multitasking.support" value="false"/>
<name>STAVPlay</name>
<tizen:profile name="tv"/>
<tizen:setting/>
<tizen:setting/>
</widget>