<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="onstestapp" version="0.1">
  <name>onstestapp</name>
  <icon src="icon.svg"/>
  <content src="bin/onstestapp" type="application/vnd.agl.native"/>
  <description>This is a demo onstestapp application</description>
  <author>Qt</author>
  <license>APL 2.0</license>
  <feature name="urn:AGL:widget:required-api">
    <param name="windowmanager" value="ws"/>
    <param name="homescreen" value="ws"/>
  </feature>
  <feature name="urn:AGL:widget:required-permission">
    <param name="urn:AGL:permission::public:no-htdocs" value="required"/>
  </feature>
</widget>