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

info.xml « appinfo - github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1d894d07a425c082156a6a13f2dfd0f0603cbb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>files_rightclick</id>
    <name>Files Right Click</name>
    <summary>Add a rightclick menu generator for any Nextcloud apps</summary>
    <description><![CDATA[This app will allow users but also developers to have a right click menu. Simply use the RightClick object to create quickly and easly menus. Already files app got a right click menu]]></description>
    <version>0.8.5</version>
    <licence>AGPL</licence>
    <author mail="samy@nastuzzi.fr" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
    <namespace>FilesRightClick</namespace>
    <category>files</category>
    <category>tools</category>
    <website>https://github.com/NastuzziSamy/files_rightclick</website>
    <repository>https://github.com/NastuzziSamy/files_rightclick</repository>
    <bugs>https://github.com/NastuzziSamy/files_rightclick/issues</bugs>
    <documentation>https://github.com/NastuzziSamy/files_rightclick</documentation>
    <screenshot>https://raw.githubusercontent.com/NastuzziSamy/files_rightclick/master/screenshots/picture.png</screenshot>
    <dependencies>
        <nextcloud min-version="13" max-version="16"/>
    </dependencies>
</info>