diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | icons/unhook.png | bin | 0 -> 381 bytes | |||
| -rw-r--r-- | manifest.json | 6 | ||||
| -rwxr-xr-x | release.sh | 1 |
4 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38dc571 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +unhook.zip
\ No newline at end of file diff --git a/icons/unhook.png b/icons/unhook.png Binary files differnew file mode 100644 index 0000000..9a4df9e --- /dev/null +++ b/icons/unhook.png 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" }, diff --git a/release.sh b/release.sh new file mode 100755 index 0000000..68db1d7 --- /dev/null +++ b/release.sh @@ -0,0 +1 @@ +zip -r unhook.zip *.json *.html *.js icons
\ No newline at end of file |
