Examine source code of Bowling Unblocked

Inspect and view changes in Bowling 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": "logo.png",
    "default_title": "Bowling Unblocked"
  },
  "author": "GBKGames",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "icons": {
    "128": "logo.png"
  },
  "description": "Bowling Unblocked",
  "manifest_version": 3,
  "name": "Bowling Unblocked",
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "version": "2"
}