forked from mtierltd/timetracker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.xml
More file actions
27 lines (27 loc) · 969 Bytes
/
info.xml
File metadata and controls
27 lines (27 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>timetracker</id>
<name>Time Tracker</name>
<summary>Time Tracker App</summary>
<description><![CDATA[Time Tracker App]]></description>
<version>0.0.42</version>
<licence>agpl</licence>
<author mail="info@mtier.org" >MTier Ltd.</author>
<namespace>TimeTracker</namespace>
<documentation>
<admin>https://github.com/mtierltd/timetracker</admin>
</documentation>
<category>tools</category>
<bugs>https://github.com/mtierltd/timetracker/issues</bugs>
<dependencies>
<nextcloud min-version="14" max-version="18"/>
</dependencies>
<navigations>
<navigation>
<name>Time Tracker</name>
<order>10</order>
<route>timetracker.page.index</route>
</navigation>
</navigations>
</info>