Skip to content

Commit

Permalink
Merge pull request #244 from ViGouRCanberra/feature/add-showmax-support
Browse files Browse the repository at this point in the history
Feature/add showmax support
  • Loading branch information
feedbee authored Oct 13, 2017
2 parents 5bda55c + 0ac01b7 commit ce57acc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ when you're listening to music on various streaming websites.
* Qobuz
* Relax-Hub.com
* Saavn.com
* Slacker
* Showmax
* Sirius XM Radio
* Slacker
* SomaFM
* Soundcloud
* Sowndhaus
Expand Down
9 changes: 9 additions & 0 deletions extension/keysocket-showmax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
keySocket.init(
"showmax",
{
"play-pause": ".fp-ui",
"prev": ".fp-rewind-30",
"next": ".fp-forward-30"
// stop is omitted
}
);
4 changes: 4 additions & 0 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@
{
"matches": ["*://www.supersport.com/*"],
"js": ["plugin-api.js", "keysocket-supersport.js"]
},
{
"matches": ["*://www.showmax.com/*"],
"js": ["plugin-api.js", "keysocket-showmax.js"]
}
]
}

0 comments on commit ce57acc

Please sign in to comment.