From 5d810af8bf552cb3ddeee1cf7e8bef0369dcf8ea Mon Sep 17 00:00:00 2001 From: Alain Emilia Anna Zscheile Date: Fri, 7 Jun 2024 01:05:00 +0200 Subject: [PATCH] add explicit id to allow sideloading --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index fa79a05..8ca3193 100644 --- a/manifest.json +++ b/manifest.json @@ -13,5 +13,11 @@ }, "browser_action": { "default_title": ".env" + }, + "browser_specific_settings": { + "gecko": { + "id": "dotenv.scraper@ytrizja.de", + "strict_min_version": "80.0" + } } }