Examine source code of Basketball Shooting Unblocked

Inspect and view changes in Basketball Shooting 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": "Basketball Shooting 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": "Basketball Shooting Unblocked",
  "homepage_url": "https://gnhustgames.org/",
  "manifest_version": 3,
  "name": "Basketball Shooting Unblocked",
  "icons": {
    "128": "logo.png"
  },
  "offline_enabled": true,
  "options_page": "index.html",
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "version": "1.0.0"
}