summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/debian/0002-pin-to-toolbar.patch14
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d4deb4..25fa62e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+foxyproxy-firefox-extension (7.5.1+dfsg-6) sid; urgency=medium
+
+ * Uploading to sid.
+ * Adding patch to show foxyproxy by default in navbar ("Pin to
+ Toolbar").
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 14 Nov 2023 22:23:57 +0100
+
foxyproxy-firefox-extension (7.5.1+dfsg-5) sid; urgency=medium
* Uploading to sid.
diff --git a/debian/patches/debian/0002-pin-to-toolbar.patch b/debian/patches/debian/0002-pin-to-toolbar.patch
new file mode 100644
index 0000000..05df5c1
--- /dev/null
+++ b/debian/patches/debian/0002-pin-to-toolbar.patch
@@ -0,0 +1,14 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Show foxyproxy 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",