diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-21 16:04:32 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 6f252b47d3087bd421da3e15aeab66dcea9bb09d (patch) | |
tree | ed47b4fe82b1466bbdc8a1e1ec3d5186a73e63d1 /src/config.xml | |
parent | c36c1b27e5134987b7d13fd27dde5aa72dbe691d (diff) |
FUNCT First dummy release
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..9a21f67 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-mixer" version="0.0.0"> + <name>MIXER</name> <icon src="icon.svg"/> <content src="index.html" type="text/html"/> - <description>HTML5 HVAC demo</description> + <description>HTML5 MIXER demo</description> <author>Igalia, S.L.</author> <license>APL 2.0</license> <feature name="urn:AGL:widget:required-permission"> |