From 737d81920832a60c3992195ed8c29c2b385a1574 Mon Sep 17 00:00:00 2001 From: TheArchons Date: Mon, 26 Jan 2026 17:32:07 -0500 Subject: Release 1.0 --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 4554270..e371444 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "name": "Unhook NG", "version": "1", - "description": "New version of Unhook. Block Youtube Distractions.", + "description": "Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.", "icons": { - "48": "icons/unhook.jpg" + "48": "icons/unhook.png" }, "permissions": [ @@ -14,7 +14,7 @@ ], "browser_action": { - "default_icon": "icons/unhook.jpg", + "default_icon": "icons/unhook.png", "default_title": "Unhook NG", "default_popup": "popup.html" }, -- cgit v1.3.1