Examine source code of Football Blitz Game - Become the Next Football Star!

Inspect and view changes in Football Blitz Game - Become the Next Football Star! 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",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.5",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "128": "icon/128.png"
  },
  "offline_enabled": true,
  "action": {
    "default_title": "__MSG_extensionActionTitle__"
  },
  "background": {
    "type": "module",
    "service_worker": "/js/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/game-source/Build/FootballBlitz.asm.code.unityweb",
        "/game-source/Build/FootballBlitz.asm.framework.unityweb",
        "/game-source/Build/FootballBlitz.asm.memory.unityweb",
        "/game-source/Build/FootballBlitz.data.unityweb",
        "/game-source/Build/FootballBlitz.json",
        "/game-source/Build/UnityLoader.egjdata",
        "/game-source/fonts/proxima-nova-bold-latin.woff2",
        "/game-source/fonts/proxima-nova-regular-latin.woff2",
        "/game-source/fonts/torus-bold-latin.woff2",
        "/game-source/fonts/torus-bold-webfont.woff2",
        "/game-source/readme.md",
        "/game-source/screenshots/1-small.jpg",
        "/game-source/screenshots/1.jpg",
        "/game-source/screenshots/2-small.jpg",
        "/game-source/screenshots/2.jpg",
        "/game-source/screenshots/3-small.jpg",
        "/game-source/screenshots/3.jpg",
        "/game-source/screenshots/4-small.jpg",
        "/game-source/scripts/poki-unity-loader.egjdata",
        "/game-source/scripts/v2/poki-sdk.egjdata",
        "/game-source/scripts/v2.313.0/poki-sdk-core-v2.313.0.egjdata",
        "/game-source/style.css",
        "/game-source/thumbnail.jpg"
      ],
      "matches": [
        "https://*.codeplaymaster.com/*"
      ]
    }
  ]
}