This change adds the ability for users to show or hide the PWA install button in the address bar through the customize toolbar settings. Changes: - Added kPinPwaInstallButton preference to control PWA install button visibility (defaults to true) - Registered the preference in brave_profile_prefs.cc - Added kShowPwaInstall action to customize_toolbar.mojom enum - Added PWA install action to the Address bar category in the customize toolbar UI - Implemented preference checking in PwaInstallPageActionController to respect the user's preference when showing/hiding the button - Added UI string for the PWA install toggle button The PWA install button will now only appear in the address bar when: 1. The page is a promotable web app, AND 2. The kPinPwaInstallButton preference is set to true Users can toggle this preference through the customize toolbar settings panel, where the PWA install action appears in the Address bar category alongside other address bar actions like Share Menu and Rewards.
40 lines
1.8 KiB
XML
40 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<grit-part>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_SIDEBAR" desc="Title for a toggle button to show or hide sidebar">
|
|
Sidebar
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_WALLET" desc="Title for a toggle button to show or hide wallet">
|
|
Wallet
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_AI_CHAT" desc="Title for a toggle button to show or hide AI Chat">
|
|
Leo AI
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_VPN" desc="Title for a toggle button to show or hide VPN">
|
|
VPN
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_CATEGORY_TOOLBAR" desc="Title for the toolbar category in the customize toolbar page">
|
|
Toolbar
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_CATEGORY_ADDRESS_BAR" desc="Title for the address bar category in the customize toolbar page">
|
|
Address bar
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_REWARD" desc="Title for a toggle button to show or hide rewards">
|
|
Rewards
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_BRAVE_NEWS" desc="Title for a toggle button to show or hide brave news">
|
|
Add RSS feed
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_PWA_INSTALL" desc="Title for a toggle button to show or hide PWA install button">
|
|
Install app
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_BOOKMARK" desc="Title for a toggle button to show or hide bookmark button to add a new bookmark">
|
|
Add Bookmark
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_SHARE_MENU" desc="Title for a toggle button to show or hide share menu">
|
|
Share Menu
|
|
</message>
|
|
<message name="IDS_CUSTOMIZE_TOOLBAR_TOGGLE_BOOKMARKS_PANEL" desc="Title for a toggle button to show or hide bookmarks panel">
|
|
Bookmarks Panel
|
|
</message>
|
|
</grit-part>
|