diff options
Diffstat (limited to 'browser/installer/windows/msix')
-rw-r--r-- | browser/installer/windows/msix/AppxManifest.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/browser/installer/windows/msix/AppxManifest.xml.in b/browser/installer/windows/msix/AppxManifest.xml.in index 0f591fe43e..f1c3b6b721 100644 --- a/browser/installer/windows/msix/AppxManifest.xml.in +++ b/browser/installer/windows/msix/AppxManifest.xml.in @@ -92,14 +92,14 @@ </uap3:Protocol> </uap3:Extension> <uap3:Extension Category="windows.protocol"> - <uap3:Protocol Name="firefox" Parameters="-osint -url "%1""> - <uap:DisplayName>Firefox Protocol</uap:DisplayName> + <uap3:Protocol Name="firefox-bridge" Parameters="-osint -url "%1""> + <uap:DisplayName>Firefox Bridge Protocol</uap:DisplayName> <uap:Logo>Assets\Document44x44.png</uap:Logo> </uap3:Protocol> </uap3:Extension> <uap3:Extension Category="windows.protocol"> - <uap3:Protocol Name="firefox-private" Parameters="-osint -private-window "%1""> - <uap:DisplayName>Firefox Private Browsing Protocol</uap:DisplayName> + <uap3:Protocol Name="firefox-private-bridge" Parameters="-osint -private-window "%1""> + <uap:DisplayName>Firefox Private Bridge Protocol</uap:DisplayName> <uap:Logo>Assets\Document44x44.png</uap:Logo> </uap3:Protocol> </uap3:Extension> |