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: e11b462443f1027031c67cf099a5337650810040 (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>Right click</name>
    <summary>Right click menu for Nextcloud</summary>
    <description><![CDATA[This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders.]]></description>
    <version>1.5.0</version>
    <licence>agpl</licence>
    <author mail="samy@nastuzzi.fr" homepage="https://samy.nastuzzi.fr">NASTUZZI Samy</author>
    <namespace>FilesRightClick</namespace>
    <category>tools</category>
    <category>files</category>
    <website>https://github.com/nextcloud/files_rightclick</website>
    <discussion>https://github.com/nextcloud/files_rightclick</discussion>
    <bugs>https://github.com/nextcloud/files_rightclick/issues</bugs>
    <repository>https://github.com/nextcloud/files_rightclick</repository>
    <screenshot>https://raw.githubusercontent.com/nextcloud/files_rightclick/master/screenshots/picture.png</screenshot>
    <dependencies>
		<nextcloud min-version="26" max-version="26" />
    </dependencies>
    <default_enable />
</info>