From 7dd5987b969a430690b3fcb2545945a215807a5c Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Wed, 18 Dec 2024 18:17:23 -0600 Subject: [PATCH] Fix validation errors --- manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 6564758..a06d395 100644 --- a/manifest.json +++ b/manifest.json @@ -7,13 +7,10 @@ "browser_specific_settings": { "gecko": { + "id": "ghcpblock@shad.moe", "update_url": "https://git.shad.moe/Konpeki-Solutions/Github-Copilot-Blocker/raw/branch/main/updates.json" } }, - - "icons": { - "48": "icons/border-48.png" - }, "background": { "scripts": ["./src/remove-by-URL.js"]