summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 11:36:21 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 11:36:21 +0200
commit510d237d45fe0823f43465ad93c1e01c89211c9d (patch)
tree25087e91a111c2d092c9ee18f215fb982b576a7b /src/config.xml
parentb9029a510e190ece0615fbb956669ae7fa73e006 (diff)
Rename application as html5-launcher
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.xml b/src/config.xml
index b3a885d..30ed65b 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1,11 +1,11 @@
<?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>
+<widget xmlns="http://www.w3.org/ns/widgets" id="webapps-html5-launcher" version="1.0">
+ <name>HTML5 Launcher</name>
<icon src="icon.svg"/>
<content src="index.html" type="text/html"/>
- <description>HTML5 Homescreen demo</description>
+ <description>Launcher application for AGL based on html5 technologies</description>
<author>Igalia, S.L.</author>
- <license>MIT</license>
+ <license>APL 2.0</license>
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:no-htdocs" value="required" />
<param name="urn:AGL:permission:afm:system:widget" value="required" /> <!-- list available apps -->