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