From 8545746ab0c186f09077cd46a556632adfbc5146 Mon Sep 17 00:00:00 2001 From: lordlogo2002 Date: Mon, 19 Jan 2026 23:15:28 +0100 Subject: [PATCH] Refactor manifest.json: update description for clarity and remove unnecessary fields --- manifest.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 558cf02..7d010e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,8 @@ { "manifest_version": 3, "name": "ANTI-BS", - "description": "for too long, lo hark, the youtube prophets spake unto us like we had no braincells, amen. now we simply ignore them, sip our metrics, and keep shipping. we were never stupid, just allergic to bad takes. from a squirrel, soft, smug, and feral, for other squirrels. the rest can keep yelling at thumbnails. pft. uwu.", "version": "0.1.0", - "author": "Chipperfluff (Jack)", - "repo": "https://git.chipperfluff.at/projects/ANTI-BS", - "org": "Chipperfluff", + "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", "permissions": ["storage"], "host_permissions": ["https://www.youtube.com/*"], @@ -23,18 +20,14 @@ "16": "icons/anti-bs-icon-16.png", "32": "icons/anti-bs-icon-32.png", "48": "icons/anti-bs-icon-48.png", - "64": "icons/anti-bs-icon-64.png", "128": "icons/anti-bs-icon-128.png" } }, + "icons": { "16": "icons/anti-bs-icon-16.png", "32": "icons/anti-bs-icon-32.png", "48": "icons/anti-bs-icon-48.png", - "64": "icons/anti-bs-icon-64.png", - "128": "icons/anti-bs-icon-128.png", - "256": "icons/anti-bs-icon-256.png", - "512": "icons/anti-bs-icon-512.png", - "1024": "icons/anti-bs-icon-1024.png" + "128": "icons/anti-bs-icon-128.png" } }