Bubble Shooter HD

Bubble Shooter HD

The Classic Bubble Shooter Now With HD Graphics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bubble Shooter HD",
  "manifest_version": 2,
  "short_name": "bubbleshooterhd",
  "description": "The Classic Bubble Shooter Now With HD Graphics",
  "version": "1.4",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_593816794556.png",
    "default_popup": "extension.html"
  },
  "icons": {
    "128": "128px_593816794556.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}