Skip to content

Commit 22f7929

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added Traggo
1 parent 8ad5b2c commit 22f7929

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Traggo/Traggo.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Traggo;
4+
5+
class Traggo extends \App\SupportedApps
6+
{
7+
}

Traggo/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "394b7e306283697d80c5bc31f5b3c2c2e8c0aa60",
3+
"name": "Traggo",
4+
"website": "https://traggo.net/",
5+
"license": "GNU General Public License v3.0 only",
6+
"description": "Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.\r\n\r\nWith tags, Traggo tries to be as customizable as possible, f.ex. if you work on different projects you could add a project-tag. If you like to see statistics from the different things you do, you could add a type-tag with values like email, programming, meeting. You can do it just as you like.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "traggo.png"
10+
}

Traggo/traggo.png

12.8 KB
Loading

0 commit comments

Comments
 (0)