diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-24 11:34:02 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | e1c80637ec002bc39df5aa7470a69c5ddb8819db (patch) | |
tree | 396b059244b596e9aec3bae0f33b44ef0207aa5a /src/config.xml | |
parent | c7cf1dc95424b57d2d48f3cd8ad2430a377a9bd3 (diff) |
FUNCT Add dummy header with buttons
Diffstat (limited to 'src/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 2923172..3a470b8 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-hvac" version="0.0.0"> - <name>HVAC</name> +<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-homescreen" version="1.0.0"> + <name>Homescreen</name> <icon src="icon.svg"/> <content src="index.html" type="text/html"/> - <description>HTML5 HVAC demo</description> + <description>HTML5 Homescreen demo</description> <author>Igalia, S.L.</author> <license>APL 2.0</license> <feature name="urn:AGL:widget:required-permission"> |