1
0

Refactor manifest.json description: simplify and clarify the purpose of the extension

This commit is contained in:
Chipperfluff 2026-01-19 23:20:20 +01:00
parent 3fb513b42b
commit 150f334dcf

View File

@ -2,7 +2,7 @@
"manifest_version": 3, "manifest_version": 3,
"name": "ANTI-BS", "name": "ANTI-BS",
"version": "0.1.0", "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"], "permissions": ["storage"],
"host_permissions": ["https://www.youtube.com/*"], "host_permissions": ["https://www.youtube.com/*"],