diff options
Diffstat (limited to 'debian/patches/progress-linux')
-rw-r--r-- | debian/patches/progress-linux/0002-pin-to-toolbar.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0002-pin-to-toolbar.patch b/debian/patches/progress-linux/0002-pin-to-toolbar.patch new file mode 100644 index 0000000..21703a2 --- /dev/null +++ b/debian/patches/progress-linux/0002-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 privacybadger.orig/src/manifest.json privacybadger/src/manifest.json +--- privacybadger.orig/src/manifest.json ++++ privacybadger/src/manifest.json +@@ -504,6 +504,7 @@ + "minimum_chrome_version": "18.0", + "name": "__MSG_name__", + "browser_action": { ++ "default_area": "navbar", + "default_icon": { + "19": "icons/badger-19-disabled.png", + "38": "icons/badger-38-disabled.png" |