diff --git a/apps/linqpad8/icon.svg b/apps/linqpad8/icon.svg
new file mode 100644
index 0000000..cd0f324
--- /dev/null
+++ b/apps/linqpad8/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/apps/linqpad8/info b/apps/linqpad8/info
new file mode 100644
index 0000000..99dab78
--- /dev/null
+++ b/apps/linqpad8/info
@@ -0,0 +1,20 @@
+# Copyright (c) 2024 Adam
+# Copyright (c) 2024 Oskar Manhart
+# All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+# GNOME shortcut name
+NAME="LINQPad8"
+
+# Used for descriptions and window class
+FULL_NAME="LINQPad 8"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files\LINQPad8\LINQPad8.exe"
+
+# GNOME categories
+CATEGORIES="WinApps;Development"
+
+# GNOME mimetypes
+MIME_TYPES="text/cs"
diff --git a/apps/ssms20/icon.svg b/apps/ssms20/icon.svg
new file mode 100644
index 0000000..656911f
--- /dev/null
+++ b/apps/ssms20/icon.svg
@@ -0,0 +1,61 @@
+
diff --git a/apps/ssms20/info b/apps/ssms20/info
new file mode 100644
index 0000000..dd37fcb
--- /dev/null
+++ b/apps/ssms20/info
@@ -0,0 +1,20 @@
+# Copyright (c) 2024 Adam
+# Copyright (c) 2024 Oskar Manhart
+# All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+#
+# GNOME shortcut name
+NAME="SQL Server Management Studio"
+
+# Used for descriptions and window class
+FULL_NAME="SQL Server Management Studio"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Ssms.exe"
+
+# GNOME categories
+CATEGORIES="Development"
+
+# GNOME mimetypes
+MIME_TYPES="text/sql"