Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
]
}
}