diff options
| author | Alexander Li <github@thearchons.xyz> | 2026-01-26 18:48:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-26 18:48:53 -0500 |
| commit | 78271568ac082ffab8239cf5c0ff06590e13d85d (patch) | |
| tree | f6bbf7a3414e9a84705bcb14ce918d9cd57736a2 /manifest.json | |
| parent | a4548634f185bbaa277d781f8c7cc664d10f0b28 (diff) | |
Update manifest to version 3 and improve popup checkbox functionality (#1)
Update manifest to version 3 and improve popup checkbox functionality
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
