Bubble Shooter

Bubble Shooter

Bubble Shooter offers the most popular bubble shooter games of all time. Play hundreds of bubble shooter games with friendly design…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bubble Shooter",
  "version": "1.02",
  "browser_action": {
    "default_icon": "i.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "https://www.bubbleshooter.net/"
  ],
  "manifest_version": 2
}