aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-20 12:52:29 +0200
committerHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-20 12:52:29 +0200
commit2410c2d10cda187d538ecd3dedb037fa98c5e56f (patch)
tree6c2448dc5ff9692583fb83d4609bdca50044cf42 /src/config.xml
parentd32492f50e790af95b739debf61a1e48b93f122c (diff)
FUNCT Add support to load apps from AGL
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index 1f409f6..b3a885d 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-homescreen" version="5.0.0">
<name>HTML5 Homescreen</name>
- <icon src="icon.png"/>
+ <icon src="icon.svg"/>
<content src="index.html" type="text/html"/>
<description>HTML5 Homescreen demo</description>
<author>Igalia, S.L.</author>