mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
25 lines
1.6 KiB
XML
25 lines
1.6 KiB
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>quicknotes</id>
|
|
<name>Quick notes</name>
|
|
<summary>Quick notes with a basic rich text</summary>
|
|
<description>Quick notes with a basic rich text</description>
|
|
<version>0.8.21</version>
|
|
<licence>agpl</licence>
|
|
<author>Matias De lellis</author>
|
|
<namespace>QuickNotes</namespace>
|
|
<category>office</category>
|
|
<category>tools</category>
|
|
<website>https://github.com/matiasdelellis/quicknotes</website>
|
|
<bugs>https://github.com/matiasdelellis/quicknotes/issues</bugs>
|
|
<repository type="git">https://github.com/matiasdelellis/quicknotes.git</repository>
|
|
<screenshot small-thumbnail="https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view-small.jpeg">https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-grid-view.jpeg</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-edit.jpeg</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.jpeg</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-attachments.jpeg</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-shared-note.jpeg</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="28" max-version="28"/>
|
|
</dependencies>
|
|
</info> |