Bubble Spinner 2 Game

Bubble Spinner 2 Game

Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!",
  "name": "Bubble Spinner 2 Game",
  "version": "1.0.0",
  "author": "DeadWhale",
  "short_name": "Bubble Spinner 2 Game",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img/logo128.png",
    "default_title": "Bubble Spinner 2",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-3.3.1.min.js",
      "js/config.js",
      "js/background.min.js"
    ],
    "persistent": false
  },
  "homepage_url": "http://www.bubblespinner.com/bubble-spinner-2.php",
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}