Examine source code of ROD Multiplayer Car Driving 22: Ultimate Racing

Inspect and view changes in ROD Multiplayer Car Driving 22: Ultimate Racing 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
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "author": "Classroom6xCool",
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "sandbox": {
    "pages": [
      "ROD_Multiplayer_Car_Driving_22/index.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}