aboutsummaryrefslogtreecommitdiffstats
path: root/package/config.xml
blob: ec9eb22e99484b9f5c78ad207cf056264145fb71 (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="mixer" version="0.1">
  <name>MediaPlayer</name>
  <icon src="icon.svg"/>
  <content src="bin/mixer" type="application/x-executable"/>
  <description>Simple PulseAudio mixer app</description>
  <author>Matt Porter &lt;mporter@konsulko.com&gt;</author>
  <license>APL 2.0</license>
</widget>