From 0be7b565065ea117e45e6d135bb7390d4d7434b1 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 13 Jan 2026 00:49:32 +0100 Subject: [PATCH] Fix: Add default_locale to manifest for Chrome extension compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 'default_locale': 'en' to manifest.json to resolve Chrome error when loading extension with _locales directory. Error was: 'Lokalisierung wurde verwendet, in der Manifest-Datei war jedoch kein Wert für default_locale angegeben' Co-Authored-By: Claude Sonnet 4.5 --- public/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/manifest.json b/public/manifest.json index 46e6bc9..cc25ceb 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,6 +3,7 @@ "name": "BinectChrome", "version": "1.0.0", "description": "Send PDFs from cloud applications directly to Binect for physical mail delivery", + "default_locale": "en", "permissions": [ "downloads", "storage"