2024-04-25 08:03:54 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2024-04-25 08:18:42 +00:00
|
|
|
<id>app_template</id>
|
2024-04-25 08:03:54 +00:00
|
|
|
<name>App Template</name>
|
|
|
|
<summary>An example summary</summary>
|
|
|
|
<description>An example description</description>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Example</author>
|
|
|
|
<namespace>AppTemplate</namespace>
|
|
|
|
<category>example</category>
|
|
|
|
<bugs>https://example.com/bugs</bugs>
|
|
|
|
<dependencies>
|
|
|
|
<nextcloud min-version="29" max-version="29"/>
|
|
|
|
</dependencies>
|
|
|
|
<navigations>
|
|
|
|
<navigation>
|
2024-04-25 08:18:42 +00:00
|
|
|
<id>app_template</id>
|
2024-04-25 08:03:54 +00:00
|
|
|
<name>App Template</name>
|
2024-04-25 08:18:42 +00:00
|
|
|
<route>app_template.page.index</route>
|
2024-04-25 08:03:54 +00:00
|
|
|
<icon>app.svg</icon>
|
|
|
|
<type>link</type>
|
|
|
|
</navigation>
|
|
|
|
</navigations>
|
|
|
|
</info>
|