<?xml version="1.0"?>
<extension key="com.joineryhq.percentagepricesetfield" type="module">
  <file>percentagepricesetfield</file>
  <name>Percentage Price Set Field</name>
  <description>Provides options to add a "Percentage" price set field, which can add an additional amount to a transaction, as a configurable percentage of other selected price set options.</description>
  <license>GPL-3.0</license>
  <urls>
    <url desc="Main Extension Page">https://github.com/twomice/com.joineryhq.percentagepricesetfield</url>
    <url desc="Documentation">http://twomice.github.io/com.joineryhq.percentagepricesetfield/</url>
    <url desc="Support">http://joineryhq.com</url>
  </urls>
  <maintainer>
    <author>Allen Shaw</author>
    <email>allen@joineryhq.com</email>
  </maintainer>
  <releaseDate>2025-09-16</releaseDate>
  <version>1.6.0</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>5.65</ver>
  </compatibility>
  <comments>Initial development sponsored by the Vestibular Disorders Assocation.</comments>
  <civix>
    <namespace>CRM/Percentagepricesetfield</namespace>
    <format>23.02.1</format>
  </civix>
  <mixins>
    <mixin>menu-xml@1.0.0</mixin>
    <mixin>setting-php@1.0.0</mixin>
    <mixin>smarty-v2@1.0.1</mixin>
  </mixins>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <upgrader>CRM_Percentagepricesetfield_Upgrader</upgrader>
</extension>
