Skip to content

Commit

Permalink
Support plugin for *.bittrex.com (www. inclusive)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvana-tikku committed Dec 24, 2017
1 parent 539af5b commit 44c0416
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"content_scripts": [
{
"matches": [
"https://bittrex.com/Market/Index?MarketName=BTC-*",
"https://bittrex.com/Market/Index?MarketName=ETH-*",
"https://bittrex.com/Market/Index?MarketName=USDT-*",
"https://bittrex.com/Balance",
"https://bittrex.com/History",
"https://bittrex.com/home/markets*",
"https://bittrex.com/Home/Markets*",
"https://bittrex.com/"
"https://*.bittrex.com/Market/Index?MarketName=BTC-*",
"https://*.bittrex.com/Market/Index?MarketName=ETH-*",
"https://*.bittrex.com/Market/Index?MarketName=USDT-*",
"https://*.bittrex.com/Balance",
"https://*.bittrex.com/History",
"https://*.bittrex.com/home/markets*",
"https://*.bittrex.com/Home/Markets*",
"https://*.bittrex.com/"
],
"js": ["enhancer.js"],
"css": ["enhanced-styles.css"]
Expand Down

0 comments on commit 44c0416

Please sign in to comment.