diff options
Diffstat (limited to 'debian/patches/progress-linux/0001-pin-to-toolbar.patch')
-rw-r--r-- | debian/patches/progress-linux/0001-pin-to-toolbar.patch | 14 |
1 files changed, 14 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", |