Skip to content

Commit

Permalink
Merge pull request #821 from GrosPoulet/master
Browse files Browse the repository at this point in the history
Load HLS.js only for Twitch
  • Loading branch information
GrosPoulet authored Nov 25, 2021
2 parents fe30ee3 + 5f3a15a commit 79f29c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
],
"content_scripts": [
{
"js": [ "js/hls.js", "js/libs/jquery-3.2.1.js", "js/libs/contentScriptsAPIBridge.js", "js/tools.js", "js/plugins.js", "plugins/default.js", "js/hoverzoom.js"],
"js": ["js/libs/jquery-3.2.1.js", "js/libs/contentScriptsAPIBridge.js", "js/tools.js", "js/plugins.js", "plugins/default.js", "js/hoverzoom.js"],
"matches": ["<all_urls>"],
"all_frames": true
},
Expand Down Expand Up @@ -1689,7 +1689,7 @@
"matches": ["*://*.aol.com/*"]
},
{
"js": ["plugins/twitch.js"],
"js": ["plugins/twitch.js", "js/hls.js"],
"matches": ["*://*.twitch.tv/*"]
},
{
Expand Down

0 comments on commit 79f29c3

Please sign in to comment.