Small tweaks
diff --git a/bin/web b/bin/web
index 3961520..a597f2d 100755
--- a/bin/web
+++ b/bin/web
@@ -10,6 +10,8 @@
 		;;
 	*firebird*)
 		$BROWSER -remote 'openURL('$i', new-window)'
+	*firefox*)
+		$BROWSER -remote 'openURL('$i', new-window)'
 		;;
 	esac
 }