Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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": {
"128": "\/icon\/Parkour-Block-3D-128x128.png"
},
"action": {
"default_icon": "\/icon\/Parkour-Block-3D-128x128.png",
"default_title": "Parkour Block 3D Unblocked Game"
},
"background": {
"service_worker": "\/background.js"
},
"sandbox": {
"pages": [
"index.html"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-pointer-lock; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; child-src 'self' blob:;"
}
}