summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:26:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:26:04 +0000
commit2e3fe646e17d7f4dd7daeef3bea25c8baddf7302 (patch)
tree74e34ee2e6ddb670895b1f733a07a1cdffc9fd58
parentUpdating vcs fields. (diff)
downloadfoxyproxy-firefox-extension-2e3fe646e17d7f4dd7daeef3bea25c8baddf7302.tar.xz
foxyproxy-firefox-extension-2e3fe646e17d7f4dd7daeef3bea25c8baddf7302.zip
Showing extension in navbar.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-pin-to-toolbar.patch14
-rw-r--r--debian/patches/series1
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-pin-to-toolbar.patch b/debian/patches/progress-linux/0001-pin-to-toolbar.patch
new file mode 100644
index 0000000..ff46681
--- /dev/null
+++ b/debian/patches/progress-linux/0001-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 foxyproxy-firefox-extension.orig/src/manifest.json foxyproxy-firefox-extension/src/manifest.json
+--- foxyproxy-firefox-extension.orig/src/manifest.json
++++ foxyproxy-firefox-extension/src/manifest.json
+@@ -27,6 +27,7 @@
+ },
+
+ "browser_action": {
++ "default_area": "navbar",
+ "default_icon": "images/icon.svg",
+ "default_title": "__MSG_extensionName__",
+ "default_popup": "popup.html",
diff --git a/debian/patches/series b/debian/patches/series
index 9aa7e39..ad4635a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
debian/0001-disable-first-run-page.patch
+progress-linux/0001-pin-to-toolbar.patch