summaryrefslogtreecommitdiffstats
path: root/templates/html5/packaging/wgt/config.xml.in
blob: 9af897b8ca5637fd04ff348b2108e1257b8e2710 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
  <name>@PROJECT_NAME@</name>
  <icon src="icon.png"/>
  <content src="index.html" type="text/html"/>
  <description>@PROJECT_DESCRIPTION@</description>
  <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
  <license>APL 2.0</license>
</widget>