From 150f334dcfa5dd36135d8687f9e4c2a760bec9ee Mon Sep 17 00:00:00 2001 From: lordlogo2002 Date: Mon, 19 Jan 2026 23:20:20 +0100 Subject: [PATCH] Refactor manifest.json description: simplify and clarify the purpose of the extension --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7d010e1..2f7c45d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "ANTI-BS", "version": "0.1.0", - "description": "Hide YouTube member-only videos by default, with support for a configurable channel whitelist. Runs locally with optional debug logging. Created by a squirrel-themed independent developer. :3", + "description": "Hide member-only videos by default with a creator whitelist and handle support.", "permissions": ["storage"], "host_permissions": ["https://www.youtube.com/*"],