diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 14:32:28 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | e838cd75f82e202e43220f1d63fe5e23ee337058 (patch) | |
tree | fc8f26c89c731ed2df057894637094a99b188c85 /src/config.xml | |
parent | 954db2a44b1eab1c973bd94382f5abc5829f7b1e (diff) |
RESTRUCT Update config.xml and app.js
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml index b1d38ce..fdc3ab5 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-homescreen" version="5.0.0"> +<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-hvac" version="5.0.0"> <name>HTML5 HVAC</name> <icon src="icon.svg"/> <content src="index.html" type="text/html"/> @@ -14,7 +14,7 @@ </feature> <feature name="urn:AGL:widget:required-api"> <param name="windowmanager" value="ws" /> - <param name="homescreen" value="ws" /> + <param name="hvac" value="ws" /> <param name="afm-main" value="ws" /> </feature> </widget>
\ No newline at end of file |