-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathconfig.xml
15 lines (15 loc) · 841 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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/HomeAssistant" version="1.0.1" viewmodes="maximized">
<access origin="*" subdomains="true"></access>
<tizen:application id="LhGPLdV8nG.HomeAssistant" package="LhGPLdV8nG" required_version="2.3.2"/>
<author email="[email protected]">Jerrod Lankford</author>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.normal"/>
<icon src="homeassistant.png"/>
<license>MIT</license>
<name>Home Assistant</name>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:profile name="wearable"/>
<tizen:setting hwkey-event="enable"/>
</widget>