Skip to content

Commit cb356d1

Browse files
committed
Change HBO Max URL to Max URL
1 parent 5a8fb62 commit cb356d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ document.addEventListener('keydown', handleKeyDown);
33
const allowedUrls = [
44
'https://www.youtube.com/watch*',
55
'https://www.netflix.com/watch/*',
6-
'https://play.hbomax.com/player/*',
6+
'https://play.max.com/video/watch/*',
77
'https://podcasts.google.com/*',
88
'https://www.paramountplus.com/shows/video/*',
99
'https://www.disneyplus.com/video/*',

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Media Controller",
44
"description": "Control video/audio in the webpage with keyboard shortcuts",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"icons": {
77
"48": "icon.png"
88
},

0 commit comments

Comments
 (0)