openhab2_tizen/config.xml

13 lines
640 B
XML
Raw Permalink Normal View History

2019-04-07 14:49:51 +02:00
<?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/Openhab2" version="1.0.0" viewmodes="maximized">
<access origin="*" subdomains="true"/>
<tizen:application id="t00kiMp8re.Openhab2" package="t00kiMp8re" required_version="4.0"/>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.normal"/>
<icon src="icon.png"/>
<name>Openhab2</name>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:profile name="wearable"/>
<tizen:setting hwkey-event="enable"/>
</widget>