Bubble Crush Game

Bubble Crush Game

Play the bubble crush game and challenge with your friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bubble Crush Game",
  "description": "Play the bubble crush game and challenge with your friends.",
  "short_name": "Bubble Crush Games",
  "version": "0.0.1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon.PNG",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon.PNG",
    "48": "icon.PNG",
    "128": "icon.PNG"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}