diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:50:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:50:55 +0000 |
commit | 20177da41529f8ab03ca55cee462c13d58bcd2cc (patch) | |
tree | 33a22d8eee06927d54224aa3433b487d14ec128a | |
parent | Updating vcs fields. (diff) | |
download | foxyproxy-firefox-extension-20177da41529f8ab03ca55cee462c13d58bcd2cc.tar.xz foxyproxy-firefox-extension-20177da41529f8ab03ca55cee462c13d58bcd2cc.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.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 |