pdfdraw/appinfo/info.xml
2020-11-30 17:08:37 +01:00

22 lines
739 B
XML

<?xml version="1.0"?>
<info>
<id>pdfdraw</id>
<name>PDF annotations</name>
<summary>Annotate PDF documents</summary>
<description>PDF annotations for Nextcloud</description>
<version>0.1.0</version>
<licence>agpl</licence>
<author>Joachim Bauch</author>
<category>files</category>
<category>office</category>
<website>https://github.com/strukturag/pdfdraw</website>
<bugs>https://github.com/strukturag/pdfdraw/issues</bugs>
<repository>https://github.com/strukturag/pdfdraw.git</repository>
<dependencies>
<nextcloud min-version="13" max-version="20" />
</dependencies>
<settings>
<admin>OCA\Pdfdraw\Settings\Admin\Backend</admin>
<admin-section>OCA\Pdfdraw\Settings\Admin\Section</admin-section>
</settings>
</info>