Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Jan 28, 2023
1 parent 1928410 commit f4c804e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-volume-scroll",
"version": "2.0.1",
"version": "2.1.0",
"description": "Browser Extension that enables scrolling mousewheel to control volume on Youtube and Youtube Music",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions unpacked/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Youtube Volume Scroll",
"short_name": "YoutubeVolumeScroll",
"version": "2.0.1",
"version": "2.1.0",
"description": "Enable scrolling mousewheel to control volume on Youtube and Youtube Music",
"permissions": [
"storage"
Expand All @@ -23,7 +23,9 @@
}
],
"background": {
"scripts": ["background-script.js"]
"scripts": [
"background-script.js"
]
},
"web_accessible_resources": [
{
Expand Down

0 comments on commit f4c804e

Please sign in to comment.