Files
f7support/appinfo/info.xml
T
root dc299709f7 Add f7push webhook for support replies and ticket deep links.
OCS endpoint for support.f7cloud.ru, notification notifier, and ?ticket= URL opening in the client UI.
2026-05-24 12:30:02 +03:00

28 lines
720 B
XML

<?xml version="1.0"?>
<info>
<id>f7support</id>
<name>f7support</name>
<summary>Support ticket client for F7cloud (F7cloud-compatible)</summary>
<description>f7support client app for creating and viewing support tickets.</description>
<version>0.1.9</version>
<licence>AGPL</licence>
<author>f7support team</author>
<namespace>F7Support</namespace>
<types>
<type>filesystem</type>
</types>
<dependencies>
<f7cloud min-version="32" max-version="32"/>
</dependencies>
<navigations>
<navigation>
<id>f7support</id>
<name>Support</name>
<icon>app.svg</icon>
<route>f7support.page.index</route>
<order>30</order>
</navigation>
</navigations>
</info>