-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
16 lines (16 loc) · 729 Bytes
/
config.xml
File metadata and controls
16 lines (16 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:tizen="http://tizen.org/ns/widgets"
id="http://simmo.dev/sonance"
version="1.0.0"
viewmodes="maximized">
<name>Sonance</name>
<icon src="icon.png"/>
<content src="index.html"/>
<access origin="*" subdomains="true"/>
<tizen:application id="S0nance003.Sonance" package="S0nance003" required_version="5.0"/>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:privilege name="http://tizen.org/privilege/tv.audio"/>
<tizen:privilege name="http://tizen.org/privilege/volume.set"/>
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice"/>
</widget>