Files
ncc_photo_reduce/appinfo/info.xml
Andrea Rigoni 2a589e4b28 Initial commit
2023-12-17 13:23:20 +01:00

28 lines
1.1 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: Andrea Rigoni Garola <andrea.rgn@gmail.com>
SPDX-License-Identifier: CC0-1.0
-->
<id>photoreduce</id>
<name>Photo Reduce</name>
<summary>Automatically reduce size of photos and organize folders</summary>
<description><![CDATA[Automatically reduce size of photos and organize folders]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="andrea.rgn@gmail.com" >Andrea Rigoni Garola</author>
<namespace>PhotoReduce</namespace>
<category>multimedia</category>
<bugs>https://gitea.mildstone.org/YFinGames/ncc_photo_reduce</bugs>
<dependencies>
<nextcloud min-version="27" max-version="27"/>
</dependencies>
<navigations>
<navigation>
<name>Photo Reduce</name>
<route>photoreduce.page.index</route>
</navigation>
</navigations>
</info>