From fdcf99d4c9a7c194f146d94e64f99bd3179c1e24 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sun, 20 Oct 2019 04:19:00 +0200 Subject: [PATCH] Add a gecko ID to the extension --- src/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index 5583e09..55830d8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -27,5 +27,10 @@ "options_ui": { "page": "options.html", "open_in_tab": true + }, + "applications": { + "gecko": { + "id": "cookiequickmanager@ysard" + } } }