Files
cospend-nc/appinfo/info.xml
Julien Veyssier 274513b3b9 refs #309 make encoded_icon columns larger
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2024-10-27 16:46:37 +01:00

60 lines
2.1 KiB
XML

<?xml version="1.0"?>
<info>
<id>cospend</id>
<name>Cospend</name>
<summary> </summary><description> </description>
<version>3.0.3</version>
<licence>agpl</licence>
<author mail="julien-nc@posteo.net">Julien Veyssier</author>
<namespace>Cospend</namespace>
<documentation>
<user>https://github.com/julien-nc/cospend-nc/blob/main/docs/user.md</user>
<admin>https://github.com/julien-nc/cospend-nc/blob/main/docs/admin.md</admin>
<developer>https://github.com/julien-nc/cospend-nc/blob/main/docs/dev.md</developer>
</documentation>
<category>tools</category>
<category>organization</category>
<website>https://github.com/julien-nc/cospend-nc</website>
<bugs>https://github.com/julien-nc/cospend-nc/issues</bugs>
<screenshot>https://github.com/julien-nc/cospend-nc/raw/main/img/screenshots/cospend1.jpg</screenshot>
<screenshot>https://github.com/julien-nc/cospend-nc/raw/main/img/screenshots/cospend2.jpg</screenshot>
<screenshot>https://github.com/julien-nc/cospend-nc/raw/main/img/screenshots/cospend3.jpg</screenshot>
<screenshot>https://github.com/julien-nc/cospend-nc/raw/main/img/screenshots/cospend4.jpg</screenshot>
<dependencies>
<nextcloud min-version="30" max-version="31"/>
</dependencies>
<background-jobs>
<job>OCA\Cospend\Cron\RepeatBills</job>
<job>OCA\Cospend\Cron\AutoExport</job>
</background-jobs>
<settings>
<admin>OCA\Cospend\Settings\Admin</admin>
</settings>
<commands>
<command>OCA\Cospend\Command\RepeatBills</command>
<command>OCA\Cospend\Command\ExportProject</command>
<command>OCA\Cospend\Command\DeleteBills</command>
</commands>
<activity>
<settings>
<setting>OCA\Cospend\Activity\Setting</setting>
<setting>OCA\Cospend\Activity\BillSetting</setting>
</settings>
<filters>
<filter>OCA\Cospend\Activity\Filter</filter>
</filters>
<providers>
<provider>OCA\Cospend\Activity\CospendProvider</provider>
</providers>
</activity>
<navigations>
<navigation>
<id>cospend</id>
<name>Cospend</name>
<route>cospend.page.index</route>
<icon>app.svg</icon>
<order>8</order>
</navigation>
</navigations>
</info>