<?xml version="1.0"?>
<extension key="iframe" type="module">
  <file>iframe</file>
  <name>IFrame Connector</name>
  <description>Enable external websites to embed CiviCRM pages using an HTML IFRAME.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>Tim Otten</author>
    <email>totten@civicrm.org</email>
  </maintainer>
  <urls>
    <url desc="Documentation">https://docs.civicrm.org/</url>
    <url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev</url>
    <url desc="Issues">https://lab.civicrm.org/dev/core/-/issues</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>[civicrm.releaseDate]</releaseDate>
  <version>[civicrm.version]</version>
  <develStage>alpha</develStage>
  <tags>
    <tag>mgmt:hidden</tag>
  </tags>
  <compatibility>
    <ver>[civicrm.majorVersion]</ver>
  </compatibility>
  <php_compatibility>
    <ver>8.0</ver>
    <ver>8.1</ver>
    <ver>8.2</ver>
    <ver>8.3</ver>
    <ver>8.4</ver>
  </php_compatibility>
  <smarty_compatibility>
    <ver>5</ver>
  </smarty_compatibility>
  <comments>This is a new, undeveloped module</comments>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <civix>
    <namespace>CRM/Iframe</namespace>
    <format>25.10.2</format>
    <angularModule>crmIframe</angularModule>
  </civix>
  <mixins>
    <mixin>mgd-php@2.0.0</mixin>
    <mixin>setting-php@1.0.0</mixin>
    <mixin>scan-classes@1.0.0</mixin>
    <mixin>menu-xml@1.0.0</mixin>
    <mixin>setting-admin@1.0.1</mixin>
    <mixin>smarty@1.0.3</mixin>
  </mixins>
</extension>
