Zen Roulette Assistant

Zen Roulette Assistant

Zen Roulette Assistant help you to make the right choice when you place bets on live roulette games.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zen Roulette Assistant",
  "version": "1.3",
  "description": "Zen Roulette Assistant help you to make the right choice when you place bets on live roulette games.",
  "icons": {
    "48": "icons/border48.png"
  },
  "background": {
    "scripts": [
      "scripts/jquery.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "downloads",
    "https://www.zenroulette.com/"
  ],
  "browser_action": {
    "name": "Toggle Dashboard"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://live.wirebankers.com/*"
      ],
      "js": [
        "scripts/jquery.min.js",
        "app.js"
      ]
    },
    {
      "matches": [
        "https://fortunejack.com/live/game/roulette-lobby"
      ],
      "js": [
        "scripts/jquery.min.js",
        "scripts/jquery-ui.min.js",
        "top.js"
      ]
    }
  ]
}