Basket & Ball

Basket & Ball

Lead the living ball into the jolly basket in this unique basketball arcade game!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "short_name": "__MSG_short_title__",
  "version": "1.0.3.7",
  "manifest_version": 2,
  "homepage_url": "https://suntemple.co/basket-and-ball",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "offline_enabled": true,
  "default_locale": "en"
}