diff --git a/app/cfg.json b/app/cfg.json
new file mode 100644
index 0000000..e784606
--- /dev/null
+++ b/app/cfg.json
@@ -0,0 +1,35 @@
+{
+ "version" : "0.0.7",
+ "ext_port" : 1111,
+ "arduino" : {
+ "baud" : 57600,
+ "board" : "uno",
+ "serialDelay" : 20,
+ "sequenceDelay" : 100,
+ "cam" : {
+ "time" : 750,
+ "delay" : 50,
+ "momentary" : 300
+ },
+ "proj" : {
+ "time" : 1300,
+ "delay" : 50,
+ "momentary" : 300
+ },
+ "black" : {
+ "before" : 250,
+ "after" : 250
+ },
+ "cmd" : {
+ "debug" : "d",
+ "connect": "i",
+ "camera" : "c",
+ "projector" : "p",
+ "black" : "b",
+ "cam_forward" : "e",
+ "cam_backward" : "f",
+ "proj_forward" : "g",
+ "proj_backward" : "h"
+ }
+ }
+}
\ No newline at end of file
diff --git a/app/index.html b/app/index.html
index 2906663..7d17278 100644
--- a/app/index.html
+++ b/app/index.html
@@ -9,5 +9,7 @@
We are using node ,
Chromium ,
and Electron .
+
+