diff options
Diffstat (limited to 'data/projects.json')
-rw-r--r-- | data/projects.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/projects.json b/data/projects.json new file mode 100644 index 0000000..a9a3b8a --- /dev/null +++ b/data/projects.json @@ -0,0 +1,16 @@ +[ + { + "name": "Some random project", + "description": "This is a random project", + "icon": "https://sattelite.cdn.minteck.org/logo.svg", + "source": "https://gitlab.minteck.org/minteck/rainbow", + "showcase": true + }, + { + "name": "ContactPlus", + "description": "A fake PIM app created for this template", + "icon": "https://sattelite.cdn.minteck.org/logo.svg", + "source": "https://gitlab.minteck.org/minteck/cloudsdale", + "showcase": false + } +]
\ No newline at end of file |