summaryrefslogtreecommitdiffstats
path: root/templates/hybrid-html5/packaging/wgt/config.xml.in
blob: 99c01687afb2a475ba5ba2d065192bdc7ebd10a1 (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="htdocs/index.html" type="application/vnd.agl.html.hybrid"/>
  <description>@PROJECT_DESCRIPTION@</description>
  <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
  <license>APL 2.0</license>
</widget>