From b249cf2cb1cf8c15f2b6e8c473b172c7d7b53e2f Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz <humberto.alfonso@asvito.es> Date: Tue, 9 Jul 2019 14:30:09 +0200 Subject: BUGFIX Correct config.xml --- src/config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/config.xml b/src/config.xml index fdc3ab5..addc47f 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-hvac" version="5.0.0"> - <name>HTML5 HVAC</name> +<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-hvac" version="0.0.0"> + <name>HVAC</name> <icon src="icon.svg"/> <content src="index.html" type="text/html"/> <description>HTML5 HVAC demo</description> @@ -14,7 +14,7 @@ </feature> <feature name="urn:AGL:widget:required-api"> <param name="windowmanager" value="ws" /> - <param name="hvac" value="ws" /> + <param name="homescreen" value="ws" /> <param name="afm-main" value="ws" /> </feature> </widget> \ No newline at end of file -- cgit