memories/appinfo/info.xml

27 lines
898 B
XML
Raw Normal View History

2022-08-13 01:58:37 +00:00
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>betterphotos</id>
<name>Better Photos</name>
2022-08-16 01:01:23 +00:00
<summary>Better Photos App</summary>
2022-08-13 01:58:37 +00:00
<description><![CDATA[p]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="radialapps@gmail.com" >Varun Patil</author>
<namespace>BetterPhotos</namespace>
<category>organization</category>
<bugs>https://github.com</bugs>
<dependencies>
2022-08-16 01:01:23 +00:00
<nextcloud min-version="22" max-version="24"/>
2022-08-13 01:58:37 +00:00
</dependencies>
<commands>
<command>OCA\BetterPhotos\Command\Index</command>
</commands>
<navigations>
<navigation>
<name>Better Photos</name>
<route>betterphotos.page.index</route>
</navigation>
</navigations>
</info>