aboutsummaryrefslogtreecommitdiff
path: root/data/projects.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-06 19:56:46 +0200
committerMinteck <contact@minteck.org>2022-04-06 19:56:46 +0200
commit01632caf82659e4e8025b4fad91ff7388b369770 (patch)
tree18127ad9abbd877dc4c6731040fa12eea2982497 /data/projects.json
parent86bb68d8e7e9c2158939810b9343c7824886d6f4 (diff)
downloadcloudsdale-01632caf82659e4e8025b4fad91ff7388b369770.tar.gz
cloudsdale-01632caf82659e4e8025b4fad91ff7388b369770.tar.bz2
cloudsdale-01632caf82659e4e8025b4fad91ff7388b369770.zip
Public API is complete
Diffstat (limited to 'data/projects.json')
-rw-r--r--data/projects.json16
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