Geometry Dash Unblocked
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"action": {
"default_icon": {
"128": "logo.png"
},
"default_title": "Geometry Dash Unblocked"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'",
"sandbox": "sandbox allow-scripts ; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
},
"description": "Geometry Dash Unblocked",
"homepage_url": "https://gnhustgames.org/geometrydash/",
"manifest_version": 3,
"name": "Geometry Dash Unblocked",
"icons": {
"128": "logo.png"
},
"offline_enabled": true,
"options_page": "index.html",
"sandbox": {
"pages": [
"index.html"
]
},
"version": "1.0.0"
}