<?xml version="1.0" encoding="utf-8"?>
<widget xmlns   = "http://www.w3.org/ns/widgets"
    xmlns:gap   = "http://phonegap.com/ns/1.0"
    id          = "com.example.employeedirectory"
    versionCode = "10"
    version     = "1.0.0" >

<!-- versionCode is optional and Android only -->

  <name>Employee Directory</name>

  <description>
      This app will add, update and delete employees from a data source.
  </description>

  <author href="http://www.richmediacs.com" email="cornelius@richmediacs.com">
      Cornelius Chopin
  </author>

</widget>