Files
nextcloud-app-template/appinfo/info.xml
2025-09-20 03:16:51 +03:00

59 lines
2.5 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: Your Name <your@email.com>
SPDX-License-Identifier: CC0-1.0
-->
<id>nextcloudapptemplate</id>
<name>Nextcloud App Template</name>
<summary>Automatically fills the currency rates for your Cospend projects daily.</summary>
<description><![CDATA[
This NextCloud app automatically fetches currency information for your Cospend projects, and fills
them up using the main currency as base. No more manually updating exchange rates!
It will automatically run once a day by default and use your currency names to fetch the correct
rate.
Interval for fetch may be adjusted in the admin settings "Auto Currency" section.
> **Note**: This is a companion app to [Cospend](https://apps.nextcloud.com/apps/cospend).
>
> Without Cospend, this app will not work.
]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="your@email.com" homepage="https://your.website">Your Name</author>
<namespace>NextcloudAppTemplate</namespace>
<documentation>
<user>https://github.com/your-user/nextcloud-nextcloudapptemplate/blob/master/README.md</user>
<admin>https://github.com/your-user/nextcloud-nextcloudapptemplate#installation</admin>
<developer>https://github.com/your-user/nextcloud-nextcloudapptemplate#development</developer>
</documentation>
<category>organization</category>
<category>tools</category>
<website>https://github.com/your-user/nextcloud-nextcloudapptemplate</website>
<bugs>https://github.com/your-user/nextcloud-nextcloudapptemplate/issues</bugs>
<repository>https://github.com/your-user/nextcloud-nextcloudapptemplate</repository>
<screenshot>https://raw.githubusercontent.com/your-user/nextcloud-nextcloudapptemplate/refs/heads/master/promo.png</screenshot>
<donation>https://ko-fi.com/casraf</donation>
<donation type="paypal"><![CDATA[https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TSH3C3ABGQM22&currency_code=ILS&source=url]]></donation>
<dependencies>
<nextcloud min-version="29" max-version="32"/>
</dependencies>
<settings>
<admin>OCA\NextcloudAppTemplate\Settings\Admin</admin>
<admin-section>OCA\NextcloudAppTemplate\Sections\Admin</admin-section>
</settings>
<navigations>
<navigation role="all">
<name>Nextcloud App Template</name>
<route>nextcloudapptemplate.page.index</route>
<icon>app.svg</icon>
<order>6</order>
</navigation>
</navigations>
</info>