From f9ba65b829a737483f849f33b4e2e08ba20f8193 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 20 Aug 2023 09:35:16 -0400 Subject: [PATCH] [mv3] Put icon in nav bar by default Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/2781 --- platform/mv3/firefox/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/mv3/firefox/manifest.json b/platform/mv3/firefox/manifest.json index 3c1fb6f11..f750878ac 100644 --- a/platform/mv3/firefox/manifest.json +++ b/platform/mv3/firefox/manifest.json @@ -1,5 +1,6 @@ { "action": { + "default_area": "navbar", "default_icon": { "16": "img/icon_16.png", "32": "img/icon_32.png",