Bubble Trouble

Bubble Trouble

Classic arcade game - shoot all bubbles and try to stay alive!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "web_url": "http://funkypotato.com/bubble-trouble/?utm_source=chrome-extension&utm_medium=icon"
    },
    "urls": [
      "http://funkypotato.com/bubble-trouble/?utm_source=chrome-extension&utm_medium=icon"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "icons": {
    "48": "48icon.png",
    "128": "128icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.3"
}