af4fd89994751389e3e4d82ff094f2ada301038d
[apps/app-templates.git] / templates / hybrid-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="application/vnd.agl.html.hybrid"/>
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