Examine source code of Pixel Car Racing Unblocked

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