Bubble Shooter

Bubble Shooter

Bubble Shooter is free popular game. Play online 9 Bubble Shooter in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bubble Shooter",
  "description": "Bubble Shooter is free popular game. Play online 9 Bubble Shooter in new tab.",
  "version": "1.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "jquery.js",
      "bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "games.html"
  },
  "browser_action": {
    "default_icon": "images/icon19.png"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}