Inspect and view changes in Shape Shift Parkour Unblocked source codes across current and past versions
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": "Shape Shift Parkour 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": "Shape Shift Parkour Unblocked",
"homepage_url": "https://gun-mayhem.com/",
"manifest_version": 3,
"name": "Shape Shift Parkour Unblocked",
"icons": {
"128": "logo.png"
},
"offline_enabled": true,
"options_page": "index.html",
"sandbox": {
"pages": [
"index.html"
]
},
"version": "1.0.0"
}