Wall Smash Game

Wall Smash Game

Bounce the ball to smash the falling wall.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wall Smash Game",
  "short_name": "wall-smash",
  "version": "0.1.1",
  "description": "Bounce the ball to smash the falling wall.",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 3
}