From fb1d21a23f6491b36ec8bf2d864ce2570c864744 Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Wed, 18 Dec 2024 18:09:38 -0600 Subject: [PATCH] Add updates url to manifest --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index eec349f..3b61d4a 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,12 @@ "description": "Attempts to hide the Copilot button on the Github website", + "browser_specific_settings": { + "gecko": { + "update_url": "https://git.shad.moe/Konpeki-Solutions/Github-Copilot-Blocker/raw/branch/main/updates.json" + } + } + "icons": { "48": "icons/border-48.png" },