From 7db9b3b735c513002f98722313f0c18f8eaccf65 Mon Sep 17 00:00:00 2001 From: Adam Nowotny Date: Mon, 19 Aug 2024 22:57:39 +0200 Subject: [PATCH] manifest: add app ID for Mozilla/Firefox --- manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6cfe7022..b98ce8b5 100644 --- a/manifest.json +++ b/manifest.json @@ -30,5 +30,11 @@ "resources": ["services/*/*.png", "services/*/*.svg"], "matches": [""] } - ] + ], + "browser_specific_settings": { + "gecko": { + "id": "{9ad89e27-158a-48db-b71e-c92069989ee6}", + "strict_min_version": "109.0" + } + } }