1
0
Fork 0

Showing extension in navbar.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 23:00:59 +02:00
parent 4faa8609d7
commit 56eda4fe43
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Show extension by default in navbar ("Pin to Toolbar").
diff -Naurp privacybadger.orig/src/manifest.json privacybadger/src/manifest.json
--- privacybadger.orig/src/manifest.json
+++ privacybadger/src/manifest.json
@@ -504,6 +504,7 @@
"minimum_chrome_version": "18.0",
"name": "__MSG_name__",
"browser_action": {
+ "default_area": "navbar",
"default_icon": {
"19": "icons/badger-19-disabled.png",
"38": "icons/badger-38-disabled.png"

View file

@ -1 +1,2 @@
progress-linux/0001-disable-first-run-page.patch
progress-linux/0002-pin-to-toolbar.patch