Quick access to Bookmakers.one

Quick access to Bookmakers.one

Open Bookmakers.one in new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "Bookmakers.one"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Open Bookmakers.one in new tab",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "39",
  "name": "Quick access to Bookmakers.one",
  "version": "1.0",
  "externally_connectable": {
    "matches": [
      "http://bookmakers.one/*",
      "https://*.bookmakers.one/*"
    ]
  }
}