Salty Bet Popup

Salty Bet Popup

This extension allows you to bet on matches currently happening on saltybet.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": "Salty Bet Popup",
  "description": "This extension allows you to bet on matches currently happening on saltybet.com",
  "version": "1.0",
  "permissions": [
    "http://saltybet.com/"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}