From 0308aa85f4c840b8630679696b53942acfb4b076 Mon Sep 17 00:00:00 2001 From: Jack Case Date: Sun, 23 Nov 2025 14:13:34 +0000 Subject: [PATCH] remove default_icon key in the hope that theme_icons will work --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0b93af1..832b261 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,6 @@ "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self'", "browser_action": { - "default_icon": "icons/virus_black_32.png", "default_title": "Slop Farmer", "default_popup": "pages/action_popup.html", "default_area": "navbar",