summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0002-pin-to-toolbar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0002-pin-to-toolbar.patch')
-rw-r--r--debian/patches/debian/0002-pin-to-toolbar.patch14
1 files changed, 14 insertions, 0 deletions
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",