web-browsers/README.md: add Blank New Tab as an abandoned idea

This commit is contained in:
Aminda Suomalainen 2024-03-23 12:41:25 +02:00
parent 64594984d0
commit 891434ba51
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 16 additions and 0 deletions

View File

@ -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)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -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"
}
}
}
```