From 4ae01d722ef9d2437bfbf252158615319befbe05 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:00:10 +0200 Subject: Showing extension in navbar. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0002-pin-to-toolbar.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/patches/progress-linux/0002-pin-to-toolbar.patch diff --git a/debian/patches/progress-linux/0002-pin-to-toolbar.patch b/debian/patches/progress-linux/0002-pin-to-toolbar.patch new file mode 100644 index 0000000..21703a2 --- /dev/null +++ b/debian/patches/progress-linux/0002-pin-to-toolbar.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann +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" diff --git a/debian/patches/series b/debian/patches/series index 4d8707a..e16e551 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ progress-linux/0001-disable-first-run-page.patch +progress-linux/0002-pin-to-toolbar.patch -- cgit v1.2.3