Skip to content

Commit

Permalink
Merge pull request #251 from MasWag/add_amazon.co.jp
Browse files Browse the repository at this point in the history
add support for amazon.co.jp
  • Loading branch information
feedbee authored Dec 17, 2017
2 parents e4ee20b + d79e4ff commit 01b3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"js": ["plugin-api.js","keysocket-eighttracks.js"]
},
{
"matches": ["https://music.amazon.com/*", "https://music.amazon.de/*"],
"matches": ["https://music.amazon.com/*", "https://music.amazon.de/*", "https://music.amazon.co.jp/*"],
"js": ["plugin-api.js", "keysocket-amazon-cloud-player.js"]
},
{
Expand Down

0 comments on commit 01b3d23

Please sign in to comment.