diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-09 14:30:09 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-09 14:30:09 +0200 |
commit | f5930f39d4a62e047cf76f882576b4c568ad6330 (patch) | |
tree | a7450110646b5497186c26547d71c48c3506776e | |
parent | 86d7b1ae6ffdc8b488bb7cc53a9a5096aa629e05 (diff) |
BUGFIX Correct config.xml
-rw-r--r-- | src/config.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |