-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
14 lines (14 loc) · 828 Bytes
/
config.xml
File metadata and controls
14 lines (14 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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/TestChannelNBA" version="1.0.0" viewmodes="maximized">
<access origin="a" subdomains="true"/>
<tizen:allow-navigation>*</tizen:allow-navigation>
<tizen:application id="ip6IFSnl8Q.TestChannelNBA" package="ip6IFSnl8Q" required_version="2.4"/>
<content src="index.html"/>
<tizen:content-security-policy>*</tizen:content-security-policy>
<tizen:content-security-policy-report-only>*</tizen:content-security-policy-report-only>
<feature name="http://tizen.org/feature/screen.size.all"/>
<icon src="icon.png"/>
<name>TestChannelNBA</name>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:profile name="mobile"/>
</widget>