Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c525c820b8487e8be268a1042f19ea34260fac56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>1.2.3</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="20" max-version="20" />
    </dependencies>
    <navigations>
        <navigation>
            <name>Photos</name>
            <route>photos.page.index</route>
            <order>1</order>
        </navigation>
    </navigations>
</info>