Update to the latest modification from reference
[staging/xdg-launcher.git] / templates / html5 / packaging / wgt / config.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
3   <name>@PROJECT_NAME@</name>
4   <icon src="icon.png"/>
5   <content src="index.html" type="text/html"/>
6   <description>@PROJECT_DESCRIPTION@</description>
7   <author>@PROJECT_AUTHOR@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</author>
8   <license>APL 2.0</license>
9 </widget>
10
11