aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorTheArchons <github@thearchons.xyz>2026-01-26 17:32:07 -0500
committerTheArchons <github@thearchons.xyz>2026-01-26 17:32:07 -0500
commit737d81920832a60c3992195ed8c29c2b385a1574 (patch)
tree930fc85fd16b142fabf59e639417654ee3db7e22 /manifest.json
parentd8da124df062724157d203b31bbf9e67ac9cd06f (diff)
Release 1.0
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 3 insertions, 3 deletions
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"
},