aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/pluralkit.json3
-rw-r--r--data/projects.json16
2 files changed, 19 insertions, 0 deletions
diff --git a/data/pluralkit.json b/data/pluralkit.json
new file mode 100644
index 0000000..2704f18
--- /dev/null
+++ b/data/pluralkit.json
@@ -0,0 +1,3 @@
+{
+ "system": "186730180872634368"
+} \ No newline at end of file
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