Skip to content

Commit c77b544

Browse files
committed
Update manifests + README
1 parent 952097f commit c77b544

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Also visit the [website](https://tidytube.app)
2525
- Remove popups and featured banners
2626
- Remove News Feed sections from the homepage
2727
- Remove the *For You* section from channels
28+
- Automatically Disable Autoplay
2829

2930
### Shorts
3031
- Remove Shorts from channel pages
@@ -43,6 +44,7 @@ Also visit the [website](https://tidytube.app)
4344
- Remove *People Also Watched* sections
4445
- Remove *From Related Searches* sections
4546
- Remove *People Also Search For* sections
47+
- Remove recommended topics e.g. <em>Christmas Lofi hiphop &#10024;</em>
4648

4749
## Building Locally
4850
See the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information

public/chrome_manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "tidytube - Declutter Youtube",
44
"short_name": "tidytube",
5-
"version": "1.1",
5+
"version": "1.2",
66
"description": "Streamline your Youtube experience",
77
"homepage_url": "https://tidytube.app",
88
"icons": {

public/edge_manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "tidytube - Declutter Youtube",
44
"short_name": "tidytube",
5-
"version": "1.1",
5+
"version": "1.2",
66
"description": "Streamline your Youtube experience",
77
"homepage_url": "https://tidytube.app",
88
"icons": {

public/firefox_manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "tidytube - Declutter Youtube",
44
"short_name": "tidytube",
5-
"version": "1.1",
5+
"version": "1.2",
66
"description": "Streamline your Youtube experience",
77
"homepage_url": "https://tidytube.app",
88
"icons": {

0 commit comments

Comments
 (0)