From 78271568ac082ffab8239cf5c0ff06590e13d85d Mon Sep 17 00:00:00 2001 From: Alexander Li Date: Mon, 26 Jan 2026 18:48:53 -0500 Subject: Update manifest to version 3 and improve popup checkbox functionality (#1) Update manifest to version 3 and improve popup checkbox functionality --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 5da8e94..fd62545 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "manifest_version": 2, + "manifest_version": 3, "name": "Unhook NG", - "version": "1", + "version": "1.1", "description": "Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.", @@ -13,7 +13,7 @@ "storage" ], - "browser_action": { + "action": { "default_icon": "icons/unhook.png", "default_title": "Unhook NG", "default_popup": "popup.html" -- cgit v1.3.1