memories/appinfo/info.xml

27 lines
882 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>
<summary>p</summary>
<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>
<nextcloud min-version="15" max-version="15"/>
</dependencies>
<commands>
<command>OCA\BetterPhotos\Command\Index</command>
</commands>
<navigations>
<navigation>
<name>Better Photos</name>
<route>betterphotos.page.index</route>
</navigation>
</navigations>
</info>