diff --git a/README.md b/README.md
index 9cfbab6..93dce05 100644
--- a/README.md
+++ b/README.md
@@ -14,15 +14,34 @@ Rather than wait around for this, WinApps was created as an easy, one command wa
- You can right click on any files in your home directory to open with an application, too
## App support and "To Do"
+Note: The app list below is fueled by the community, and therefore many apps may be untested by the WinApps team.
+
Currently supported apps
-- Microsoft Word
-- Microsoft Excel
-- Microsoft PowerPoint
-- Microsoft Outlook
-- Internet Explorer (just because)
+- Internet Explorer 11 (just because)
+- Microsoft Access (2016)
+- Microsoft Access (2019)
+- Microsoft Access (Office 365)
+- Microsoft Excel (2016)
+- Microsoft Excel (2019)
+- Microsoft Excel (Office 365)
+- Microsoft Word (2016)
+- Microsoft Word (2019)
+- Microsoft Word (Office 365)
+- Microsoft OneNote (2016)
+- Microsoft OneNote (2019)
+- Microsoft OneNote (Office 365)
+- Microsoft Outlook (2016)
+- Microsoft Outlook (2019)
+- Microsoft Outlook (Office 365)
+- Microsoft PowerPoint (2016)
+- Microsoft PowerPoint (2019)
+- Microsoft PowerPoint (Office 365)
+- Microsoft Publisher (2016)
+- Microsoft Publisher (2019)
+- Microsoft Publisher (Office 365)
To Do
-- Add additional app configurations (Outlook, OneNote, IE, Edge, Photoshop, Acrobat, etc)
+- Add additional app configurations
- Subsystem support: Add a script to remove (and re-add) the Explorer shell and other non-required Windows features to minimize overhead
- Automate the Windows elements of the install
diff --git a/apps/access-o365/icon.svg b/apps/access-o365/icon.svg
new file mode 100644
index 0000000..56e03d2
--- /dev/null
+++ b/apps/access-o365/icon.svg
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/apps/access-o365/info b/apps/access-o365/info
index 66d752b..ce76c71 100644
--- a/apps/access-o365/info
+++ b/apps/access-o365/info
@@ -1,14 +1,14 @@
# GNOME shortcut name
-NAME="Access (Office365)"
+NAME="Access"
# Used for descriptions and window class
FULL_NAME="Microsoft Access"
# The executable inside windows
-WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE"
+WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\MSACCESS.EXE"
# GNOME categories
CATEGORIES="Office"
# GNOME mimetypes
-# MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;"
+MIME_TYPES="application/x-msaccess;"
diff --git a/apps/access/icon.svg b/apps/access/icon.svg
new file mode 100644
index 0000000..56e03d2
--- /dev/null
+++ b/apps/access/icon.svg
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/apps/access/info b/apps/access/info
new file mode 100644
index 0000000..75846da
--- /dev/null
+++ b/apps/access/info
@@ -0,0 +1,14 @@
+# GNOME shortcut name
+NAME="Access"
+
+# Used for descriptions and window class
+FULL_NAME="Microsoft Access"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE"
+
+# GNOME categories
+CATEGORIES="Office"
+
+# GNOME mimetypes
+MIME_TYPES="application/x-msaccess;"
diff --git a/apps/excel-o365/info b/apps/excel-o365/info
index bc6e305..7bf8c99 100644
--- a/apps/excel-o365/info
+++ b/apps/excel-o365/info
@@ -1,5 +1,5 @@
# GNOME shortcut name
-NAME="Excel (Office365)"
+NAME="Excel"
# Used for descriptions and window class
FULL_NAME="Microsoft Excel"
diff --git a/icons/onenote.svg b/apps/onenote-o365/icon.svg
similarity index 100%
rename from icons/onenote.svg
rename to apps/onenote-o365/icon.svg
diff --git a/apps/onenote-o365/info b/apps/onenote-o365/info
index 452d392..2f54304 100644
--- a/apps/onenote-o365/info
+++ b/apps/onenote-o365/info
@@ -1,5 +1,5 @@
# GNOME shortcut name
-NAME="OneNote (Office365)"
+NAME="OneNote"
# Used for descriptions and window class
FULL_NAME="Microsoft OneNote"
@@ -11,4 +11,4 @@ WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\ONENOTE.EXE"
CATEGORIES="Office"
# GNOME mimetypes
-# MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;"
+MIME_TYPES="application/msonenote;"
diff --git a/apps/onenote/icon.svg b/apps/onenote/icon.svg
new file mode 100644
index 0000000..dc3615a
--- /dev/null
+++ b/apps/onenote/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/apps/onenote/info b/apps/onenote/info
new file mode 100644
index 0000000..a465083
--- /dev/null
+++ b/apps/onenote/info
@@ -0,0 +1,14 @@
+# GNOME shortcut name
+NAME="OneNote"
+
+# Used for descriptions and window class
+FULL_NAME="Microsoft OneNote"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\ONENOTE.EXE"
+
+# GNOME categories
+CATEGORIES="Office"
+
+# GNOME mimetypes
+MIME_TYPES="application/msonenote;"
diff --git a/apps/outlook-o365/icon.svg b/apps/outlook-o365/icon.svg
new file mode 100644
index 0000000..6952781
--- /dev/null
+++ b/apps/outlook-o365/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/apps/outlook-o365/info b/apps/outlook-o365/info
index 3ee1669..2ba9cc8 100644
--- a/apps/outlook-o365/info
+++ b/apps/outlook-o365/info
@@ -1,5 +1,5 @@
# GNOME shortcut name
-NAME="Outlook (Office365)"
+NAME="Outlook"
# Used for descriptions and window class
FULL_NAME="Microsoft Outlook"
@@ -11,4 +11,4 @@ WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE"
CATEGORIES="Office"
# GNOME mimetypes
-# MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;"
+MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;"
diff --git a/apps/powerpoint-o365/info b/apps/powerpoint-o365/info
index e1e05ab..cbd06ff 100644
--- a/apps/powerpoint-o365/info
+++ b/apps/powerpoint-o365/info
@@ -1,11 +1,11 @@
# GNOME shortcut name
-NAME="PowerPoint (Office365)"
+NAME="PowerPoint"
# Used for descriptions and window class
FULL_NAME="Microsoft PowerPoint"
# The executable inside windows
-WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\POWERPNT.EXE"
+WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\POWERPNT.EXE"
# GNOME categories
CATEGORIES="Office"
diff --git a/apps/publisher-o365/icon.svg b/apps/publisher-o365/icon.svg
new file mode 100644
index 0000000..2201c0a
--- /dev/null
+++ b/apps/publisher-o365/icon.svg
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/apps/publisher-o365/info b/apps/publisher-o365/info
index 24e1189..22d4041 100644
--- a/apps/publisher-o365/info
+++ b/apps/publisher-o365/info
@@ -1,8 +1,8 @@
# GNOME shortcut name
-NAME="PowerPoint (Office365)"
+NAME="Publisher"
# Used for descriptions and window class
-FULL_NAME="Microsoft PowerPoint"
+FULL_NAME="Microsoft Publisher"
# The executable inside windows
WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\MSPUB.EXE"
@@ -11,4 +11,4 @@ WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\MSPUB.EXE"
CATEGORIES="Office"
# GNOME mimetypes
-# MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;"
+MIME_TYPES="application/vnd.ms-publisher;"
diff --git a/apps/publisher/icon.svg b/apps/publisher/icon.svg
new file mode 100644
index 0000000..2201c0a
--- /dev/null
+++ b/apps/publisher/icon.svg
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/apps/publisher/info b/apps/publisher/info
new file mode 100644
index 0000000..b4d1221
--- /dev/null
+++ b/apps/publisher/info
@@ -0,0 +1,14 @@
+# GNOME shortcut name
+NAME="Publisher"
+
+# Used for descriptions and window class
+FULL_NAME="Microsoft Publisher"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\MSPUB.EXE"
+
+# GNOME categories
+CATEGORIES="Office"
+
+# GNOME mimetypes
+MIME_TYPES="application/vnd.ms-publisher;"
diff --git a/apps/word-o365/info b/apps/word-o365/info
index 621da45..a6956da 100644
--- a/apps/word-o365/info
+++ b/apps/word-o365/info
@@ -1,5 +1,5 @@
# GNOME shortcut name
-NAME="Word (Office365)"
+NAME="Word"
# Used for descriptions and window class
FULL_NAME="Microsoft Word"