forked from systemik/JeeS3Dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
15 lines (15 loc) · 837 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:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/JeeS3Dom" version="1.0.0" viewmodes="maximized">
<access origin="*" subdomains="true"></access>
<tizen:application id="ooyBS7QDzZ.JeeS3Dom" package="ooyBS7QDzZ" required_version="2.3.2"/>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.normal"/>
<icon src="ico.ico"/>
<tizen:metadata key="IP" value="192.168.1.x"/>
<tizen:metadata key="KEY" value="2ycN5TGJ1oejrjghPaK8"/>
<name>JeeS3Dom</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>