Replay Poker Flash Support

Replay Poker Flash Support

Automatically enable Flash support for Replay Poker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Replay Poker Flash Support",
  "version": "0.2",
  "description": "Automatically enable Flash support for Replay Poker.",
  "icons": {
    "16": "images/head_16.png",
    "32": "images/head_32.png",
    "48": "images/head_48.png",
    "128": "images/head_128.png"
  },
  "permissions": [
    "contentSettings"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}