diff --git a/web-browsers/README.md b/web-browsers/README.md index 5ee6bac..121ae9c 100644 --- a/web-browsers/README.md +++ b/web-browsers/README.md @@ -11,6 +11,7 @@ and symlinked in this directory for reference._ - [Abandoned ideas](#abandoned-ideas) - [AdNauseam managed policy](#adnauseam-managed-policy) + - [Blank New Tab](#blank-new-tab) @@ -40,3 +41,18 @@ This snipped is from Firefox, but the principle applies to Chromium. } } ``` + +### Blank New Tab + +```json +{ + "ExtensionSettings": { + "pfbmpcgfjncjakgfpddijlbdpjnhnfem": { + "installation_mode": "force_installed", + "override_update_url": true, + "toolbar_pin": "default_unpinned", + "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" + } + } +} +```