Bubble Shooter

Bubble Shooter

Bubble Shooter - match at least three bubbles of the same color to pop them and clear them off the game board

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "Bubble Shooter - match at least three bubbles of the same color to pop them and clear them off the game board",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "Bubble Shooter",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.1"
}