From 2a34bb4e1db323bffe68bcb95ebc2451010a3d04 Mon Sep 17 00:00:00 2001 From: mariobrostech <17557442+mariobrostech@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:02:20 -0400 Subject: [PATCH 1/3] Add shortcut for Firefox Private Browsing --- bucket/firefox.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bucket/firefox.json b/bucket/firefox.json index cf35e2d80055c7..57f4338a34f922 100644 --- a/bucket/firefox.json +++ b/bucket/firefox.json @@ -42,7 +42,11 @@ "firefox.exe", "Firefox Profile Manager", "-P" - ] + ], + [ + "private_browsing.exe", + "Firefox Private Browsing" + ] ], "persist": [ "distribution", From a4ab2e8613f43cf547c71228842fefa6de2baf38 Mon Sep 17 00:00:00 2001 From: mariobrostech <17557442+mariobrostech@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:58:28 -0400 Subject: [PATCH 2/3] Create a folder to contain Firefox start menu shortcuts --- bucket/firefox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firefox.json b/bucket/firefox.json index 57f4338a34f922..61dc8e8bde6811 100644 --- a/bucket/firefox.json +++ b/bucket/firefox.json @@ -36,16 +36,16 @@ "shortcuts": [ [ "firefox.exe", - "Firefox" + "Firefox\\Firefox" ], [ "firefox.exe", - "Firefox Profile Manager", + "Firefox\\Firefox Profile Manager", "-P" ], [ "private_browsing.exe", - "Firefox Private Browsing" + "Firefox\\Firefox Private Browsing" ] ], "persist": [ From 45c58c5954868a523f26b49980d0f85a48148b10 Mon Sep 17 00:00:00 2001 From: mariobrostech <17557442+mariobrostech@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:04:46 -0400 Subject: [PATCH 3/3] Change parent folder name to Mozilla Firefox --- bucket/firefox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firefox.json b/bucket/firefox.json index 61dc8e8bde6811..c9427cc104c3ab 100644 --- a/bucket/firefox.json +++ b/bucket/firefox.json @@ -36,16 +36,16 @@ "shortcuts": [ [ "firefox.exe", - "Firefox\\Firefox" + "Mozilla Firefox\\Firefox" ], [ "firefox.exe", - "Firefox\\Firefox Profile Manager", + "Mozilla Firefox\\Firefox Profile Manager", "-P" ], [ "private_browsing.exe", - "Firefox\\Firefox Private Browsing" + "Mozilla Firefox\\Firefox Private Browsing" ] ], "persist": [