зеркало из https://github.com/nextcloud/photos.git
29 строки
1020 B
XML
29 строки
1020 B
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">
|
|
<id>photos</id>
|
|
<name>Photos</name>
|
|
<summary>Your memories under your control</summary>
|
|
<description>Your memories under your control</description>
|
|
<version>19.0.0</version>
|
|
<licence>agpl</licence>
|
|
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
|
|
<namespace>Photos</namespace>
|
|
<category>multimedia</category>
|
|
|
|
<website>https://github.com/nextcloud/photos</website>
|
|
<bugs>https://github.com/nextcloud/photos/issues</bugs>
|
|
<repository>https://github.com/nextcloud/photos.git</repository>
|
|
<default_enable />
|
|
<dependencies>
|
|
<nextcloud min-version="18" max-version="18"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Photos</name>
|
|
<route>photos.page.index</route>
|
|
<order>1</order>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|