From fea02e8ab3423eda5da57fc23c6b805209b4128d Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 7 Apr 2025 22:02:02 +0100 Subject: [PATCH] feat: add browser-specific settings for Firefox extension --- public/firefox.manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/firefox.manifest.json b/public/firefox.manifest.json index 769e74b6..ccb4a637 100644 --- a/public/firefox.manifest.json +++ b/public/firefox.manifest.json @@ -1,5 +1,10 @@ { "background": { "scripts": ["background.js"] + }, + "browser_specific_settings": { + "gecko": { + "id": "f8793186-e9da-4332-aa1e-dc3d9f7bb04c" + } } }