Winter Bubble Shooter

Winter Bubble Shooter

Bubble shooter with a Christmas theme! Shoot down all the ornaments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.0.28",
  "offline_enabled": true,
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://winterbubbleshooter.medgadgets.info/"
    ],
    "launch": {
      "web_url": "http://winterbubbleshooter.medgadgets.info/winterbubbleshooter.htm"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}