Matched Betting Calculator

Matched Betting Calculator

A calculator to quickly work out the back & lay stacks and odds for matched betting. Created by BestMatchedBetting.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Matched Betting Calculator",
  "description": "A calculator to quickly work out the back & lay stacks and odds for matched betting. Created by BestMatchedBetting.com",
  "version": "1.0",
  "author": "Best Matched Betting",
  "browser_action": {
    "default_title": "Matched Betting Calculator",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}