Poker 3 Bags

Poker 3 Bags

Poker Texas Holdem and other 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": "Poker 3 Bags",
  "description": "Poker Texas Holdem and other games.",
  "version": "2.04",
  "icons": {
    "16": "i/icon16.png",
    "48": "i/icon48.png",
    "128": "i/icon128.png"
  },
  "permissions": [],
  "browser_action": {
    "default_icon": {
      "19": "i/icon19.png",
      "38": "i/icon38.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "index.html",
  "content_security_policy": "script-src 'self'; object-src 'self'"
}