Geometry Dash Jump Meltdown

Geometry Dash Jump Meltdown

Dash through geometric obstacles, jump to the rhythm, and meltdown barriers in this heart-pounding precision platformer!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "32": "/icon/geometry-dash-jump-32x32.jpg",
    "64": "/icon/geometry-dash-jump-64x64.jpg",
    "128": "/icon/geometry-dash-jump-128x128.jpg"
  },
  "action": {
    "default_icon": "/icon/geometry-dash-jump-128x128.jpg",
    "default_title": "Geometry Dash Jump Meltdown Unblocked Game"
  },
  "background": {
    "service_worker": "/background.js"
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' 'unsafe-inline';child-src 'self' 'unsafe-eval' 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  }
}