Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / about / config.json
diff --git a/skyquake/plugins/about/config.json b/skyquake/plugins/about/config.json
new file mode 100644 (file)
index 0000000..1100c71
--- /dev/null
@@ -0,0 +1,14 @@
+{
+    "root": "public",
+    "name": "About",
+    "dashboard": "./about.jsx",
+    "order": 99,
+    "priority":2,
+     "routes" : [{
+        "label": "Dashboard",
+        "route": "/",
+        "component": "./about.jsx",
+        "path": "",
+        "type": "internal"
+    }]
+}