From 863b19c33580336bf90179a5031cf32e5c8c5126 Mon Sep 17 00:00:00 2001 From: Hyko Date: Thu, 23 Apr 2026 20:44:59 -0400 Subject: [PATCH] chore(manifest): add gecko browser specific settings with extension id --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 7e8e5dc..cddef80 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,12 @@ "description": "Thème Firefox monochrome épuré avec basculement automatique clair/foncé.", "author": "Hyko", + "browser_specific_settings": { + "gecko": { + "id": "octo-theme@hyko" + } + }, + "icons": { "48": "icons/icon.svg" },