18 lines
703 B
XML
18 lines
703 B
XML
<?xml version="1.0"?>
|
||
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
|
||
<id>gigachat_integration</id>
|
||
<name>GigaChat Integration</name>
|
||
<summary>Интеграция с GigaChat</summary>
|
||
<description>Интеграция с GigaChat</description>
|
||
<version>1.0.0</version>
|
||
<licence>AGPL-3.0-or-later</licence>
|
||
<author mail="example@example.com" homepage="https://example.com">Example</author>
|
||
<namespace>GigaChat</namespace>
|
||
<category>customization</category>
|
||
<bugs>https://example.com/bugs</bugs>
|
||
<dependencies>
|
||
<f7cloud min-version="1" max-version="2"/>
|
||
</dependencies>
|
||
</info>
|