Best Casino Slots Flare

Best Casino Slots Flare

Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "logging.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16.png",
    "default_title": "Play Best Casino Slots!"
  },
  "content_scripts": [
    {
      "js": [
        "logging.js",
        "contentScript.js"
      ],
      "matches": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*",
        "https://*.diwip.com/*"
      ]
    }
  ],
  "description": "Get QUICK access to Best Casino Slots with the NEW Best Casino Flare and start winning!",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Best Casino Slots Flare",
  "permissions": [
    "contentSettings",
    "http://*.facebook.com/*",
    "https://*.facebook.com/*",
    "https://*.diwip.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.facebook.com/*",
      "*://*.diwip.com/*"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.7",
  "web_accessible_resources": [
    "*.png"
  ],
  "content_security_policy": "script-src 'self' https://connect.facebook.net; object-src 'self'"
}