summaryrefslogtreecommitdiffstats
path: root/templates/html5/packaging/wgt/config.xml.in
blob: 26f46642509b809928e39d7305da661ac3c
<?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>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
  <license>APL 2.0</license>
</widget>