diff --git a/xtrn/chickendelivery/install-xtrn.ini b/xtrn/chickendelivery/install-xtrn.ini
new file mode 100644
index 0000000000000000000000000000000000000000..dae5bad17233c1ec9282d24657a4b6150db78162
--- /dev/null
+++ b/xtrn/chickendelivery/install-xtrn.ini
@@ -0,0 +1,17 @@
+Name: Chicken Delivery
+Desc: You are a chicken on a mission.
+By:   echicken -at- bbs.electronicchicken.com
+Cats: Games
+Subs: Platfomer, JavaScript
+Inst: $Id$
+
+[prog:CHICKEN]
+cmd  = ?chickendelivery.js
+settings = XTRN_MULTIUSER
+required = true
+
+!include install-json-service.ini
+
+[ini:json-service.ini:chicken]
+keys=dir
+values=startup_dir
\ No newline at end of file
diff --git a/xtrn/dicewarz2/install-xtrn.ini b/xtrn/dicewarz2/install-xtrn.ini
new file mode 100644
index 0000000000000000000000000000000000000000..00d22de135aa5dc245aa89b08d0aaa94d4909c45
--- /dev/null
+++ b/xtrn/dicewarz2/install-xtrn.ini
@@ -0,0 +1,17 @@
+Name: Dice Warz 2
+Desc: Modeled after "Dice Wars" web strategy game involving dice, like Risk
+By: mcmlxxix (Matt Johnson)
+Cats: Games
+Subs: Puzzle, Multiplayer, JavaScript
+Inst: $Id$
+
+[prog:DICEWAR2]
+cmd  = ?dice2.js
+settings = XTRN_MULTIUSER
+required = true
+
+!include install-json-service.ini
+
+[ini:json-service.ini:dicewarz2]
+keys=dir
+values=startup_dir
\ No newline at end of file
diff --git a/xtrn/fatfish/install-xtrn.ini b/xtrn/fatfish/install-xtrn.ini
new file mode 100644
index 0000000000000000000000000000000000000000..e95ebbc75bd7da7688270c90cf8d101a17549240
--- /dev/null
+++ b/xtrn/fatfish/install-xtrn.ini
@@ -0,0 +1,17 @@
+Name: Fat Fish
+Desc: Fishing simulation door game
+By:   art, at fatcatsbbs dot com
+Cats: Games
+Subs: Sport, Simulation, Multiplayer, JavaScript
+Inst: $Id$
+
+[prog:FATFISH]
+cmd  = ?fatfish.js
+settings = XTRN_MULTIUSER
+required = true
+
+!include install-json-service.ini
+
+[ini:json-service.ini:fatfish]
+keys=dir
+values=startup_dir
\ No newline at end of file
diff --git a/xtrn/gooble/install-xtrn.ini b/xtrn/gooble/install-xtrn.ini
new file mode 100644
index 0000000000000000000000000000000000000000..3c869152eee6083c28318c6fb1c340a6120c012d
--- /dev/null
+++ b/xtrn/gooble/install-xtrn.ini
@@ -0,0 +1,17 @@
+Name: Gooble Gooble
+Desc: A Pac-Man knock-off for Synchronet BBS
+By:   echicken -at- bbs.electronicchicken.com
+Cats: Games
+Subs: Classic, Clone, JavaScript
+Inst: $Id$
+
+[prog:GOOBLE]
+cmd  = ?gooble.js
+settings = XTRN_MULTIUSER
+required = true
+
+!include install-json-service.ini
+
+[ini:json-service.ini:gooble]
+keys=dir
+values=startup_dir
\ No newline at end of file