summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:00:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:00:10 +0000
commit4ae01d722ef9d2437bfbf252158615319befbe05 (patch)
tree43e201f50b66626a412294ddf1b0150bcb245472
parentDisabling first run page. (diff)
downloadprivacybadger-4ae01d722ef9d2437bfbf252158615319befbe05.tar.xz
privacybadger-4ae01d722ef9d2437bfbf252158615319befbe05.zip
Showing extension in navbar.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0002-pin-to-toolbar.patch14
-rw-r--r--debian/patches/series1
2 files changed, 15 insertions, 0 deletions
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 <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"
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