From 241897613b543c59a25790420622dbe7ba9642a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sat, 10 Jun 2017 07:47:15 +0200
Subject: [PATCH] List categories, open on click

---
 index.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 index.json

diff --git a/index.json b/index.json
new file mode 100644
index 0000000..9d1ce5d
--- /dev/null
+++ b/index.json
@@ -0,0 +1,17 @@
+{
+    "type": "index",
+    "subCategories": [
+        {
+            "id": "gastro",
+            "name:en": "Gastronomy"
+        },
+        {
+            "id": "trees",
+            "name:en": "Trees"
+        },
+        {
+            "id": "parks",
+            "name:en": "Parks"
+        }
+    ]
+}