<plugin>
    <!-- App name as seen in menu. -->
    <name>Example Plugin Name</name>
    <!-- Font-Awesome Icon Code. Ex: fa-phone . -->
    <fa-icon>fa-phone</fa-icon>
    <!-- Section to list app under in menu. "account", "apps" or "administration". Administration is shown to admin only. -->
    <section>apps</section> 
    <!-- Developer name to be displayed in plugins list. -->
    <developer>Developer Company</developer>
    <!-- Plugin version to be displayed in plugins list. -->
    <version>1.0.2</version>
    <!-- Display plugin to admin only? "yes" or "no". -->
    <admin-only>Yes</admin-only>
    <!-- Open link in new tab? "yes" or "no" -->
    <new-tab>Yes</new-tab>
    <!-- Hide your plugin from menus? "yes" or "no". -->
    <hide>No</hide>
</plugin>