CheckBet

CheckBet

CheckBet is a free extension that allows you to check the current odds for many sporting events.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CheckBet",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "1.0.9",
  "background": {
    "scripts": [
      "background/index.js"
    ]
  },
  "browser_action": {
    "default_title": "CheckBet",
    "default_popup": "popup/index.html"
  },
  "icons": {
    "128": "icons/logo.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "webNavigation",
    "management",
    "https://hq.check-bet.com/"
  ],
  "web_accessible_resources": [
    "assets/error-img.png"
  ]
}