Boxel Rebound

Boxel Rebound

Play over 50 levels of box-jumping madness! Design and share your own levels.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Boxel Rebound",
  "description": "Play over 50 levels of box-jumping madness! Design and share your own levels.",
  "version": "1.8.0.6",
  "action": {
    "default_popup": "www/index.html",
    "default_title": "Boxel Rebound"
  },
  "icons": {
    "16": "www/img/icons/icon16.png",
    "48": "www/img/icons/icon48.png",
    "128": "www/img/icons/icon128.png"
  },
  "permissions": [
    "storage"
  ]
}