Skip to content

Commit

Permalink
New YouTube UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anarios committed Aug 2, 2023
1 parent 889089a commit 8f879db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Extensions/combined/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDesc__",
"default_locale": "en",
"version": "3.0.0.9",
"version": "3.0.0.10",
"manifest_version": 3,
"background": {
"service_worker": "ryd.background.js"
Expand Down
2 changes: 1 addition & 1 deletion Extensions/combined/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDesc__",
"default_locale": "en",
"version": "3.0.0.9",
"version": "3.0.0.10",
"manifest_version": 2,
"background": {
"scripts": ["ryd.background.js"]
Expand Down

0 comments on commit 8f879db

Please sign in to comment.